RESOLVED FIXED 63803
Web Inspector: Adding new CSS rules should be more discoverable in the UI
https://bugs.webkit.org/show_bug.cgi?id=63803
Summary Web Inspector: Adding new CSS rules should be more discoverable in the UI
Alexander Pavlov (apavlov)
Reported 2011-07-01 06:20:30 PDT
Currently you have to click the Gear button and select New Style Rule from the dropdown, which is poorly discoverable. A better option might be to add a [+] button that would add a new rule.
Attachments
[PATCH] Suggested solution (2.70 KB, patch)
2011-07-01 09:12 PDT, Alexander Pavlov (apavlov)
no flags
[IMAGE] Screenshot of the new UI (the button has a tooltip) (35.37 KB, image/png)
2011-07-01 09:13 PDT, Alexander Pavlov (apavlov)
no flags
Alexander Pavlov (apavlov)
Comment 1 2011-07-01 09:12:32 PDT
Created attachment 99480 [details] [PATCH] Suggested solution
Alexander Pavlov (apavlov)
Comment 2 2011-07-01 09:13:15 PDT
Created attachment 99481 [details] [IMAGE] Screenshot of the new UI (the button has a tooltip)
Yury Semikhatsky
Comment 3 2011-07-04 01:32:02 PDT
Comment on attachment 99480 [details] [PATCH] Suggested solution View in context: https://bugs.webkit.org/attachment.cgi?id=99480&action=review > Source/WebCore/inspector/front-end/StylesSidebarPane.js:582 > + if (WebInspector.isEditingAnyField()) Is it there a case when the editing is not complete yet by the moment click event is handled here?
WebKit Review Bot
Comment 4 2011-07-04 04:56:12 PDT
Comment on attachment 99480 [details] [PATCH] Suggested solution Clearing flags on attachment: 99480 Committed r90360: <http://trac.webkit.org/changeset/90360>
WebKit Review Bot
Comment 5 2011-07-04 04:56:16 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.