[Webkit-unassigned] [Bug 170184] New: Web Inspector: tabbing in Styles sidebar is broken when additional ":" and "; " are in the property value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 28 10:44:53 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=170184

            Bug ID: 170184
           Summary: Web Inspector: tabbing in Styles sidebar is broken
                    when additional ":" and ";" are in the property value
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: webkit at devinrousso.com
                CC: inspector-bugzilla-changes at group.apple.com

If you add `background-image: url(https://webkit.org/wp-content/themes/webkit/images/webkit.svg);` to any style and try tabbing, the highlight will get stuck on "url(https".  This is most likely because the way it searches for ":" and ";" is very dumb, simply finding the first instance in the remaining text.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170328/cc846345/attachment.html>


More information about the webkit-unassigned mailing list