Bug 14385 - Web Inspector's computed style doesn't show implicitly set properties
Summary: Web Inspector's computed style doesn't show implicitly set properties
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-25 07:42 PDT by Timothy Hatcher
Modified: 2007-06-26 05:29 PDT (History)
0 users

See Also:


Attachments
Patch (6.36 KB, patch)
2007-06-25 07:44 PDT, Timothy Hatcher
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2007-06-25 07:42:00 PDT
There should be a toggle to show implicitly set properties in the computed style pane. Right now only properties that the combined matched rules apply are shown. This is a good default, since it shows you the relevant properties, but sometimes you need to see all properties that are currently applied or inherited.
Comment 1 Timothy Hatcher 2007-06-25 07:44:20 PDT
Created attachment 15219 [details]
Patch
Comment 2 Anders Carlsson 2007-06-25 07:47:40 PDT
Comment on attachment 15219 [details]
Patch

r=me
Comment 3 Timothy Hatcher 2007-06-25 07:51:44 PDT
Landed in r23764.
Comment 4 Timothy Hatcher 2007-06-26 05:29:35 PDT
Another fix was landed in r23790 to make sure the setting was remembered between nodes.