Bug 169803 - Web Inspector: clicking on the body of a CSS rule after editing the selector causes the section to disappear
Summary: Web Inspector: clicking on the body of a CSS rule after editing the selector ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: Other
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-16 18:26 PDT by Devin Rousso
Modified: 2017-04-03 20:28 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.44 KB, patch)
2017-03-16 18:28 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2017-03-16 18:26:17 PDT
* STEPS TO REPRODUCE:
1. Go to <https://webkit.org>
2. Open WebInspector
3. Inspect <body>
4. Change the selector of the `body` rule to be `body1`
5. Click on the properties editor for that same rule OR press the TAB key

* Expected:
The selector is changed to `body1` and is greyed out, and the cursor is somewhere within the properties editor

* Actual
The entire section for that rule (selector and properties) disappeared
Comment 1 Devin Rousso 2017-03-16 18:28:54 PDT
Created attachment 304735 [details]
Patch
Comment 2 WebKit Commit Bot 2017-04-03 20:28:06 PDT
Comment on attachment 304735 [details]
Patch

Clearing flags on attachment: 304735

Committed r214863: <http://trac.webkit.org/changeset/214863>
Comment 3 WebKit Commit Bot 2017-04-03 20:28:08 PDT
All reviewed patches have been landed.  Closing bug.