Bugzilla – Bug 12339
showBriefly doesn't display first line of text arguments.
Last modified: 2009-09-08 09:12:30 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.
Fixed in r6352