[Webkit-unassigned] [Bug 64897] Minimum Row Height For PopupListBoxes should platform-dependent
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 22 08:50:16 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64897
--- Comment #13 from Darin Fisher (:fishd, Google) <fishd at chromium.org> 2011-07-22 08:50:15 PST ---
(From update of attachment 101640)
View in context: https://bugs.webkit.org/attachment.cgi?id=101640&action=review
> Source/WebKit/chromium/public/linux/WebThemeEngine.h:150
> + virtual int popupListBoxMinimumRowHeight() const { return 0; }
is this really a property of a theme engine? often rendering style is pushed down to webkit.
maybe you should just have a static setter on WebPopupMenu for this? put another way, does
it really need to be dynamically determined? does it depend on a native theme engine like
uxtheme.dll or the gtk theme engine?
--
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