[Webkit-unassigned] [Bug 65428] dir=auto needs to work on value of input and textarea elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 1 16:06:02 PDT 2011


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


Yael <yael.aharon at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #102584|                            |review?, commit-queue?
               Flag|                            |




--- Comment #1 from Yael <yael.aharon at nokia.com>  2011-08-01 16:06:01 PST ---
Created an attachment (id=102584)
 --> (https://bugs.webkit.org/attachment.cgi?id=102584&action=review)
Patch.

Changed the directionality algorithm to evaluate the value of input elements and textarea elements when they have the attribute dir-auto Set.
Also skip these elements when evaluating the directionality of their ancestors.

HTMLTextAreaElement::childrenChanged is not called when a user types into the textarea, so call calculateAndAdjustDirectionality() explicitly from HTMLTextAreaElement::subtreeHasChanged().

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