Bug 12339 - showBriefly doesn't display first line of text arguments.
: showBriefly doesn't display first line of text arguments.
Status: RESOLVED FIXED
Product: SB Touch
Classification: Unclassified
Component: SB Server
: unspecified
: PC Other
: -- normal (vote)
: 8.0.0
Assigned To: Ben Klaas
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-06-11 02:40 UTC by Bryan Alton
Modified: 2009-09-08 09:12 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Alton 2009-06-11 02:40:48 UTC
Recently (and tested on R6057) the showBriefly function has stopped displaying the first line of the supplied arguments.

If the following is used

$client->showBriefly({
	'jive' => { 
		'text'    => [ "test line1", "test line2"
		   ],
	}
});

Only "test line2" will appear in the popup "toast" showBriefly box.

It can be easily show using Favorites - if you add or delete a Favorites on Fab4 - the popup will only show the "Title" being added - the "adding" or "deleting" message is not displayed. Similarly adding 2 favorites to the currently playing playlist.

Both lines are displayed on Controller and Squeezeplay.
Comment 1 Alan Young 2009-07-03 00:32:43 UTC
Fixed in r6352