Bug 11755 - window styles needed for two and three line text windows
: window styles needed for two and three line text windows
Status: RESOLVED INVALID
Product: SB Touch
Classification: Unclassified
Component: UI
: unspecified
: PC Other
: -- normal (vote)
: CAT
Assigned To: Ben Klaas
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-04-10 12:55 UTC by Ben Klaas
Modified: 2009-09-08 09:19 UTC (History)
4 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Klaas 2009-04-10 12:55:59 UTC
we currently have two window styles called:

'text_list', 'icon_list'

text_list now supports icons (or not icons) in the menu just fine. icon_list is nearly deprecated due to that.

However, there is a need for having menu item styles that can support and layout two lines or three lines of text appropriately (e.g., my music->albums). I've found that this is not possible with a single style due to constraints with setting line height parameters for each scenario.

SO...what I think might be necessary is to have these styles:
'text_list', 'twoline_text_list', 'threeline_text_list'

twoline and threeline would fully inherit from text_list, except for the specific line parameters

this will require some work on both SC and SP sides (and SN?). I'll likely put in some backwards-compatible code in SP to convert any SlimBrowse window from icon_list --> twoline_text_list

this work needs to wait until MP firmware is fully in the can.

will need updates in all skins to support that nomenclature change as well.
Comment 1 Ben Klaas 2009-05-11 06:41:23 UTC
this bug is invalid, we're not sending three lines of text any more for menu items