RESOLVED FIXED 180321
Web Inspector: Styles Redesign: adding a property before or after the first one appends it to the end
https://bugs.webkit.org/show_bug.cgi?id=180321
Summary Web Inspector: Styles Redesign: adding a property before or after the first o...
Nikita Vasilyev
Reported 2017-12-02 16:23:09 PST
Created attachment 328263 [details] [Animated GIF] Bug Steps: 1. Open http://nv.github.io/webkit-inspector-bugs/styles-redesign/tests/overridden.html 2. Inspect <div class="out"> 3. Click on the white space after ".out {" or "font-size: 14px" 4. Type "color: red" 5. Open overridden.css in Resources Actual: The newly added property "color: red" is at the end of ".out" CSS rule. Expected: The newly added property should be at the same position as it was in the styles sidebar.
Attachments
[Animated GIF] Bug (275.13 KB, image/gif)
2017-12-02 16:23 PST, Nikita Vasilyev
no flags
Patch (2.61 KB, patch)
2017-12-02 16:46 PST, Nikita Vasilyev
no flags
Radar WebKit Bug Importer
Comment 1 2017-12-02 16:23:32 PST
Nikita Vasilyev
Comment 2 2017-12-02 16:46:03 PST
WebKit Commit Bot
Comment 3 2017-12-05 23:01:33 PST
Comment on attachment 328265 [details] Patch Clearing flags on attachment: 328265 Committed r225568: <https://trac.webkit.org/changeset/225568>
WebKit Commit Bot
Comment 4 2017-12-05 23:01:34 PST
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.