RESOLVED FIXED 163612
Web Inspector: CSS Autocompletion sometimes adds extra unexpected characters
https://bugs.webkit.org/show_bug.cgi?id=163612
Summary Web Inspector: CSS Autocompletion sometimes adds extra unexpected characters
Joseph Pecoraro
Reported 2016-10-18 12:48:40 PDT
Summary: CSS Autocompletion sometimes adds extra unexpected characters Steps to Reproduce: 1. Inspect <body> on about:blank 2. Show Styles - Rules sidebar 3. Type "transform: translate(10px)" 4. Place cursor at "translate|(" and push Esc to force completions => Expected suggestions like: "transform: translateX(10px)" => Actual suggestions like: "transform: translateX() (10px)" 5. Type: "color: blue;" 6. Place cursor at "bl|ue" and push Esc to force completions => Expected no completions, or fancy suggestions for "bl" that account for the "ue" in a reasonable way => Actual result: "color: black ue;" Notes: This makes working in the style sidebar pretty frustrating for me.
Attachments
[PATCH] Proposed Fix (3.14 KB, patch)
2016-10-18 12:50 PDT, Joseph Pecoraro
no flags
[PATCH] Proposed Fix (3.18 KB, patch)
2016-10-18 12:52 PDT, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2016-10-18 12:49:05 PDT
Joseph Pecoraro
Comment 2 2016-10-18 12:50:00 PDT
Created attachment 291972 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 3 2016-10-18 12:52:35 PDT
Created attachment 291974 [details] [PATCH] Proposed Fix
Timothy Hatcher
Comment 4 2016-10-18 13:00:35 PDT
Comment on attachment 291974 [details] [PATCH] Proposed Fix Nice!
WebKit Commit Bot
Comment 5 2016-10-18 13:23:44 PDT
Comment on attachment 291974 [details] [PATCH] Proposed Fix Clearing flags on attachment: 291974 Committed r207481: <http://trac.webkit.org/changeset/207481>
WebKit Commit Bot
Comment 6 2016-10-18 13:23:48 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.