Bug 206968

Summary: Web Inspector: Bezier editor popover should be strictly LTR
Product: WebKit Reporter: Nikita Vasilyev <nvasilyev>
Component: Web InspectorAssignee: Nikita Vasilyev <nvasilyev>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, inspector-bugzilla-changes, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 206783    
Attachments:
Description Flags
Patch none

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.