Bug 199169 - Web Inspector: REGRESSION: Elements: Styles: matched rules don't update if a selector is changed in the Resources Tab
Summary: Web Inspector: REGRESSION: Elements: Styles: matched rules don't update if a ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-06-24 11:39 PDT by Devin Rousso
Modified: 2019-06-24 11:42 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2019-06-24 11:39:23 PDT
# STEPS TO REPRODUCE:
1. inspect any page
2. select a node with some styles
3. pick a style (remember it's selector/contents)
4. click the source link next to the selector
 => this should take you to the line with the selector in the corresponding resource in the Resources tab 
5. change the selector in some way (e.g. add a ", foo" to the text)
6. switch back to the Elements tab
 => the style from step 3 still has the old selector (e.g. no ", foo")
7. select a different node
8. re-select the original node (from step 2)
 => the style from step 3 now has the new selector
Comment 1 Radar WebKit Bug Importer 2019-06-24 11:42:54 PDT
<rdar://problem/52063033>