Bug 183098
Summary: | Web Inspector: Styles: Jumping to a property from Computed doesn't always show yellow highlight | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nikita Vasilyev <nvasilyev> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
Nikita Vasilyev
Steps:
1. Open http://nv.github.io/webkit-inspector-bugs/styles-redesign/tests/color.html
2. Inspect ".item-1"
3. Click on the go-to arrow for "background-color" to jump to the corresponding property in the Styles panel
Expected:
"background" is focused and the yellow highlight is shown for the whole property.
Actual:
"background" is focused and but no yellow highlight is shown.
Notes:
This works fine for most cases. On this particular page,
the yellow highlight appears to be discarded by a consequent layout call.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/37844147>
Nikita Vasilyev
Property highlight was replaced by property selection.
*** This bug has been marked as a duplicate of bug 192198 ***