[webkit-reviews] review requested: [Bug 65428] dir=auto needs to work on value of input and textarea elements : [Attachment 102584] Patch.

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


Yael <yael.aharon at nokia.com> has asked	for review:
Bug 65428: dir=auto needs to work on value of input and textarea elements
https://bugs.webkit.org/show_bug.cgi?id=65428

Attachment 102584: Patch.
https://bugs.webkit.org/attachment.cgi?id=102584&action=review

------- Additional Comments from Yael <yael.aharon at nokia.com>
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().


More information about the webkit-reviews mailing list