RESOLVED WONTFIX 42555
Web Inspector: CSS style property tooltip improvement
https://bugs.webkit.org/show_bug.cgi?id=42555
Summary Web Inspector: CSS style property tooltip improvement
Ilya Tikhonovsky
Reported 2010-07-19 02:27:36 PDT
It would be better to show actual value as a tooltip for overlapped properties. As example for width: "overlaped by rule-name. Actual value is: 100%"
Attachments
Alexander Pavlov (apavlov)
Comment 1 2010-12-29 07:34:33 PST
We now have a computed property trace found in the "Computed Styles" section. It does what you are asking for, but it builds the entire stack of overrides. Currently, a tooltip contains the full property text, and extending the message may result in a poor UX.
Note You need to log in before you can comment on or make changes to this bug.