Bug 199041 - Web Inspector: REGRESSION: Styles: modifications aren't preserved when closing and reopening Web Inspector
Summary: Web Inspector: REGRESSION: Styles: modifications aren't preserved when closin...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nikita Vasilyev
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-06-19 16:57 PDT by Devin Rousso
Modified: 2019-06-19 17:04 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-19 16:57:29 PDT
# STEPS TO REPRODUCE:
1. inspect any page
2. add a CSS property to any rule on the page
3. close Web Inspector
4. reopen Web Inspector
 => the CSS property added in 2 cannot be found, but the style is still in effect (e.g. `color: red;` still changes the page's text color, even though it's not visible in the Styles sidebar)
Comment 1 Radar WebKit Bug Importer 2019-06-19 16:57:45 PDT
<rdar://problem/51920404>
Comment 2 Nikita Vasilyev 2019-06-19 17:04:08 PDT
Hm, I suppose I can use localStorage to handle this case.