Bugzilla – Bug 6385
MP3Tunes Music Locker text should wrap in Music Services
Last modified: 2009-06-09 11:54:08 UTC
When you browse into Music Services the "MP3Tunes Music Locker" text rolls off the screen, even though there's enough room for it to fit by wrapping the text. It should wrap as: MP3Tunes Music Locker
I'm not sure how easy this will be, it might need punting.
Reset priority
removing priorities from all 7.0.1 target bugs for re-prioritizing
I'm going to argue that the current behavior is good enough. - a one-off fix for the Mp3Tunes EN text wrap is not reasonable so, a generic fix: - in order to have text wrap in this example and other like it, we'd have to know: a. that the menu item can support multiple lines of text (i.e., 'albumitem' style vs. 'item' style) b. that the text does not fit on the screen (further, do you then "unwrap" the text if using desktop squeezeplay and user makes window larger?) c. that there are no additional lines of text (i.e., does the text string sent from SC contain newline chars, as is the case with track/artist/album strings in the current playlist window) assigning back to Dean for comment.
I propose that the item itself looks to see if there's only one line of text provided and that it can display more than one line. In that case it wraps. Is that hard? If so, let's punt, as you say.
This is not easy at the moment, punting on to 7.1. I want to look at using pango for the text rendering (in bug 5407), it might be easier if that works.
related to using Pango text rendering library. Punting to 7.2
punting to 7.4
Let's revisit this if required from 8.0