WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
145416
Web Inspector: Toggling an inherited property sometimes stops working
https://bugs.webkit.org/show_bug.cgi?id=145416
Summary
Web Inspector: Toggling an inherited property sometimes stops working
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
2015-05-27 15:17:25 PDT
<
rdar://problem/20892784
>
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.
Top of Page
Format For Printing
XML
Clone This Bug