[Webkit-unassigned] [Bug 36006] Multiselect popups

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 11 06:03:38 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=36006





--- Comment #2 from Antti Koivisto <koivisto at iki.fi>  2010-03-11 06:03:38 PST ---
(From update of attachment 50483)
We talked about this in IRC:

Please use the theme stylesheet mechanism for special appearances. No need for
nasty hacks in RenderStyle and SelectElement.

Eliminate SELECT_ALWAYS_USE_POPUP_MENU ifdef, switch this based on current
style (Maemo5Style in this case)

Casting to WebComboStyleOption is bit nasty. If QStyleOptionComplex is
insufficient for passing everything, it would be better to subclass it and use
that subclass everywhere in webkit Qt theme, not just in special case of combo
box.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list