Bug 206968 - Web Inspector: Bezier editor popover should be strictly LTR
Summary: Web Inspector: Bezier editor popover should be strictly LTR
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nikita Vasilyev
URL:
Keywords: InRadar
Depends on:
Blocks: 206783
  Show dependency treegraph
 
Reported: 2020-01-29 14:32 PST by Nikita Vasilyev
Modified: 2020-02-05 18:16 PST (History)
4 users (show)

See Also:


Attachments
Patch (3.00 KB, patch)
2020-01-29 16:58 PST, Nikita Vasilyev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Vasilyev 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]
Comment 1 Radar WebKit Bug Importer 2020-01-29 14:32:46 PST
<rdar://problem/59007065>
Comment 2 Nikita Vasilyev 2020-01-29 16:58:51 PST
Created attachment 389202 [details]
Patch
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2020-02-05 18:16:50 PST
All reviewed patches have been landed.  Closing bug.