[Webkit-unassigned] [Bug 220241] New: Web Inspector: RTL content inside elements is reversed and unreadable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 4 07:13:29 PST 2021


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

            Bug ID: 220241
           Summary: Web Inspector: RTL content inside elements is reversed
                    and unreadable
           Product: WebKit
           Version: Safari 14
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ebrahim at gnu.org
                CC: inspector-bugzilla-changes at group.apple.com

Created attachment 416940

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

RTL text inside the element is reversed and is unreadable

The fix in https://bugs.webkit.org/show_bug.cgi?id=207214 has caused Web Inspector to display RTL text completely reversed making RTL text content used inside elements completely unreadable. There is fortunately a solution to this that won't regress the fix there and to use "unicode-bidi: isolate" instead "unicode-bidi: isolate-override;" and I've applied the fix locally checking whether it won't regress the original issue and also fixes this disturbing issue.

Test page used in the attachment to show the issue:

  data:text/html;charset=utf8,سیب

"unicode-bidi: bidi-override" (and now the recently introduced isolate-override) is really something of past and was designed to make compatibility with text written before bidi and unicode era and is something should be and is avoided by modern web development.

-- 
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/20210104/9898954b/attachment.htm>


More information about the webkit-unassigned mailing list