Bug 145416

Summary: Web Inspector: Toggling an inherited property sometimes stops working
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Joseph Pecoraro
Reported 2015-05-27 15:16:48 PDT
* SUMMARY Toggling an inherited property sometimes stops working. * TEST <!DOCTYPE html> <html> <head> <style> body { color: blue; } p { color: red; } </style> </head> <body> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> </body> </html> * STEPS TO REPRODUCE 1. Inspect <p> 2. Show Styles > Rules 3. Click checkbox to toggle the inherited "color: blue" to a comment 4. Click checkbox to try to untoggle the comment => doesn't work, and occasionally this editor will revert back to uncommented but not match the page * NOTES - Inherited CSSStyleProperty is not getting updated properly despite good matchedCSSRules data
Attachments
[PATCH] Proposed Fix (2.06 KB, patch)
2015-05-27 15:19 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2015-05-27 15:17:25 PDT
Joseph Pecoraro
Comment 2 2015-05-27 15:19:20 PDT
Created attachment 253803 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 3 2015-05-27 18:51:59 PDT
Comment on attachment 253803 [details] [PATCH] Proposed Fix Clearing flags on attachment: 253803 Committed r184934: <http://trac.webkit.org/changeset/184934>
WebKit Commit Bot
Comment 4 2015-05-27 18:52:02 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.