[Webkit-unassigned] [Bug 6334] New: REGRESSION: <input type="button"> text is reversed on "visual Hebrew" pages
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Jan 2 07:40:23 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6334
Summary: REGRESSION: <input type="button"> text is reversed on
"visual Hebrew" pages
Product: WebKit
Version: 412+
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P1
Component: Layout and Rendering
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: opendarwin.org at mitzpettel.com
The new button code renders <input type="button"> text on "visual Hebrew" pages as if it was visually
ordered. However, input-button text is in logical order even on "visual" pages. The result is that text is
reversed. Note that <button> text is in visual order on "visual" pages.
To reproduce, open the attached testcase in Safari w/TOT WebKit.
Expected: the text on both buttons to look like the example. WinIE renders as expected. Firefox gets
the top button wrong.
Actual: the text on the bottom button is reversed.
This is a regression from release Safari, where both <input> and <button> text appear correctly, as
they do in WinIE.
I think a possible fix is to expose the visuallyOrdered private CSS property and override it for input-
buttons in html4.css.
--
Configure bugmail: http://bugzilla.opendarwin.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