[Webkit-unassigned] [Bug 14685] text-align affects <select> button but not its drop-down menu

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 20 02:06:12 PDT 2007


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


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aroben at apple.com,
                   |                            |adele at apple.com
           Keywords|                            |NeedsRadar




------- Comment #4 from mitz at webkit.org  2007-07-20 02:06 PDT -------
I guess this was fixed at some point and then re-introduced in
<http://trac.webkit.org/projects/webkit/changeset/21900> when fixing bug 13775
on the Mac. That patch coupled forced left-alignment with natural writing
direction, and since Windows does not opt in for the latter, it no longer got
the former.

To match Mac Safari, Windows can simply return true from
PopupMenu::itemWritingDirectionIsNatural(). If Windows Safari is to have left
alignment but specified writing direction, then either there should be a way
for PopupMenu to specify those two features independently of each other, or
PopupMenu can be given control over styling of the button (i.e. define a static
function in PopupMenu that receives a RenderStyle and the item text and mutates
the style as it sees fit to do).


-- 
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