[Webkit-unassigned] [Bug 13775] REGRESSION: Popup button text should use "natural" directionality to match the items in the popup menu

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 27 07:14:15 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13775





------- Comment #3 from mitz at webkit.org  2007-05-27 07:14 PDT -------
Created an attachment (id=14748)
 --> (http://bugs.webkit.org/attachment.cgi?id=14748&action=view)
Natural directionality patch

This is a patch that works as far as I can tell, but I think that both the left
alignment and the "natural" directionality are very Mac-specific quirks that
have to do with the Mac popup implementation, so it doesn't feel right to do
them in cross-platform code. Those style adjustments are really something that
the popup dictates, so it might make sense to do them in a PopupMenu static
method (since you don't want to create a popup just for that) or a RenderTheme
method.


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



More information about the webkit-unassigned mailing list