Bug 183064
| Summary: | Web Inspector: Styles: values in Computed panel may get out of date | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nikita Vasilyev <nvasilyev> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| 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. Inspect this bugzilla page.
2. Add "float: left" to the "body" CSS rule.
3. Open Computed panel — it should show "float: left" as expected.
4. Add "float: none" to the style attribute rule — "float: left" should immediately get a strikethrough as overridden.
5. Open Computed panel again.
Expected:
Computed panel should show "float: none".
Actual:
Computed panel shows "float: left".
Notes:
This bug exists in the legacy styles editor as well.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/37803971>
Nikita Vasilyev
Work as expected now.