[Webkit-unassigned] [Bug 50952] Inputs of type "text" and "search" should support interoperable "set direction" functionality

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 31 23:52:43 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=50952





--- Comment #35 from Aharon (Vladimir) Lanin <aharon at google.com>  2011-07-31 23:52:42 PST ---
Created an attachment (id=102483)
 --> (https://bugs.webkit.org/attachment.cgi?id=102483&action=review)
test case

As far as I can see, the bug is fixed in neither Chrome 12.0 nor Safari 5.1, neither for input nor for textarea. To reproduce:

1. Open the attached setdir.html
2. Click on the input and type a. You will see a period appear above the input indicating that an input event has been fired.
3. In Chrome on Windows, press Ctrl-Right Shift; in Safari, right-click on the input and choose RTL paragraph direction.
Expected behavior: "rtl." should appear next to the period placed above the input earlier. This would indicate that an input event has been fired.
Actual behavior: nothing happens.
4. Click on the input and type b. You will see "rtl." appear next to the period placed above the input earlier.
5. Repeat 1-4 using the textarea instead.

In other words, the user setting an element's direction sets its dir attribute, but does not fire the input event, which is what this bug is all about.

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