[Webkit-unassigned] [Bug 146676] New: Web Inspector: Tabbing in the styles sidebar doesn't highlight the next section of text
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 7 00:20:16 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146676
Bug ID: 146676
Summary: Web Inspector: Tabbing in the styles sidebar doesn't
highlight the next section of text
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: drousso at apple.com
CC: graouts at webkit.org, joepeck at webkit.org,
jonowells at apple.com, mattbaker at apple.com,
nvasilyev at apple.com, timothy at apple.com,
webkit-bug-importer at group.apple.com
Created attachment 256284
--> https://bugs.webkit.org/attachment.cgi?id=256284&action=review
Actual
This occurs when the value of the property can be entirely found in the name of that property. For example, "border-collapse: collapse;" will highlight the "border-collapse" and then just the "collapse" because the code is trying to find the first index of the value (which is "collapse") and that happens to be inside the name.
Thanks to @Nikita for the gif.
--
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/20150707/3f40423b/attachment.html>
More information about the webkit-unassigned
mailing list