[Webkit-unassigned] [Bug 14685] New: text-align affects <select> button but not its drop-down menu
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 20 01:35:12 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=14685
Summary: text-align affects <select> button but not its drop-down
menu
Product: WebKit
Version: 522+ (nightly)
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mitz at webkit.org
In Windows Safari, <select> buttons respect the text-align property but their
drop-down menus do not. See the attached test case and screenshot.
In Mac Safari, the popup menus are always left-aligned (I think this is an
AppKit constraint in Tiger), and the buttons are styled to match.
In WinIE7, text-align is ignored, but the direction property is used to decide
between left- and right-alignment. The right-to-left button also has the
drop-down arrow on the left.
Regardless of whether Windows Safari matches Mac Safari in this regard or not,
the alignment and writing direction in the drop-down should match those of the
button itself.
--
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