[Webkit-unassigned] [Bug 220830] New: texture can't handle switch direction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 21 14:37:11 PST 2021


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

            Bug ID: 220830
           Summary: texture can't handle switch direction
           Product: WebKit
           Version: Safari 14
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ebrahim at gnu.org
                CC: cdumez at apple.com, wenson_hsieh at apple.com

Created attachment 418087

  --> https://bugs.webkit.org/attachment.cgi?id=418087&action=review

actual

Open
data:text/html,<textarea id=textarea>a%0Ab%0Ac</textarea><button onclick="textarea.dir=textarea.dir==='rtl'?'ltr':'rtl'">Switch</button><br><textarea>a%0Ab%0Ac</textarea><br><textarea dir=rtl>a%0Ab%0Ac</textarea>

Use switch button or right click switch textarea's direction from Paragraph Direction

Expected:
Like other browsers, not confused expand icon, to have the first like the third after switch button being hit.

Actual:
The used expand icon is confused when direction is changed. Also the scrollbar's animation isn't correct.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210121/ba883130/attachment.htm>


More information about the webkit-unassigned mailing list