RESOLVED FIXED 206968
Web Inspector: Bezier editor popover should be strictly LTR
https://bugs.webkit.org/show_bug.cgi?id=206968
Summary Web Inspector: Bezier editor popover should be strictly LTR
Nikita Vasilyev
Reported 2020-01-29 14:32:37 PST
Two reasons: 1. Cartesian coordinate system is not mirrored in RTL languages, e.g. https://ar.wikipedia.org/wiki/نظام_إحداثي_ديكارتي 2. In RTL mode, input fields are in the reverse order from CSS. In CSS: cubic-bezier(0, 0.5, 1, 0.5) In the popover: [0.5] [1] [0.5] [0]
Attachments
Patch (3.00 KB, patch)
2020-01-29 16:58 PST, Nikita Vasilyev
no flags
Radar WebKit Bug Importer
Comment 1 2020-01-29 14:32:46 PST
Nikita Vasilyev
Comment 2 2020-01-29 16:58:51 PST
WebKit Commit Bot
Comment 3 2020-02-05 18:16:48 PST
Comment on attachment 389202 [details] Patch Clearing flags on attachment: 389202 Committed r255886: <https://trac.webkit.org/changeset/255886>
WebKit Commit Bot
Comment 4 2020-02-05 18:16:50 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.