RESOLVED FIXED 163613
Web Inspector: Styles Sidebar highlights "translate" but not "translateX"
https://bugs.webkit.org/show_bug.cgi?id=163613
Summary Web Inspector: Styles Sidebar highlights "translate" but not "translateX"
Joseph Pecoraro
Reported 2016-10-18 12:51:41 PDT
Summary: Styles Sidebar highlights "translate" but not "translateX". Steps to Reproduce: 1. Inspect <body> on about:blank 2. Show Styles - Rules sidebar 3. Type: "transform: translateX(10px)" 4. Compare to: "transform: translate(10px)" => Expected same highlighting colors
Attachments
[PATCH] Proposed Fix (1.70 KB, patch)
2016-10-18 13:24 PDT, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2016-10-18 12:51:56 PDT
Joseph Pecoraro
Comment 2 2016-10-18 13:09:12 PDT
This is a general issue in CodeMirror's css mode: <https://github.com/codemirror/CodeMirror/issues/4325> However we could work around this. I just need to check the impact of the workaround I have.
Joseph Pecoraro
Comment 3 2016-10-18 13:16:08 PDT
Based on marijnh's change our change should be identical!
Joseph Pecoraro
Comment 4 2016-10-18 13:24:23 PDT
Created attachment 291977 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 5 2016-10-18 14:10:34 PDT
Comment on attachment 291977 [details] [PATCH] Proposed Fix Clearing flags on attachment: 291977 Committed r207489: <http://trac.webkit.org/changeset/207489>
WebKit Commit Bot
Comment 6 2016-10-18 14:10:38 PDT
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.