[Webkit-unassigned] [Bug 200482] New: Web Inspector: RTL: Console should be always LTR

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 6 15:58:15 PDT 2019


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

            Bug ID: 200482
           Summary: Web Inspector: RTL: Console should be always LTR
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nvasilyev at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

Created attachment 375658

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

[Image] Bug

JavaScript is strictly RTL.

For example, this JS in RTL mode:

    function getElementById() {
        [native code]
    } = $1

becomes this:

    } ()function getElementById
        [native code]
    $1 = {

Which is invalid and hardly even readable.

-- 
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/20190806/d14c60f1/attachment-0001.html>


More information about the webkit-unassigned mailing list