Created
February 9, 2012 20:38
-
-
Save Rob-ot/1782910 to your computer and use it in GitHub Desktop.
Firefox inspector trial run thoughts (FF 12.0a2 (2012-02-09))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| There is no way to have the html editor open and not be inspecting. - because of this It is very hard to use, in order to see the whole page with no dimming I have to completely close the inspector | |
| Bug: 2 tabs next to each other both with html inspector open, one tab without to the right, using keyboard shortcut (cmd-shift-[) quickly switch 2 tabs over. | |
| Can't hover over htmelements in inspector to highlight it in the dom, have to click. | |
| CSS changes don't update until you click off, would prefer on keyup. | |
| no css attribute autocomplete | |
| up and down arrows don't inc/decrement numbers in css values | |
| I don't like how clicking an html element expands to show its children (maybe a second click after it focused could do this?) | |
| reloading the page with unsaved changes shows an alert - nice! | |
| css classes aren't updated in the html view in real time when they are added via js | |
| -also I love the firebug feature that highlight elements when they change | |
| could do without the inspect selection animation |
Author
Awesome, thanks :) I am trying to get more involved in this project as it seems very promising.
Drop by #devtools ;)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bugs have been filed. Thanks a lot for the feedback.