Skip to content

Instantly share code, notes, and snippets.

@Rob-ot
Created February 9, 2012 20:38
Show Gist options
  • Select an option

  • Save Rob-ot/1782910 to your computer and use it in GitHub Desktop.

Select an option

Save Rob-ot/1782910 to your computer and use it in GitHub Desktop.
Firefox inspector trial run thoughts (FF 12.0a2 (2012-02-09))
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
@paulrouget

Copy link
Copy Markdown

Bugs have been filed. Thanks a lot for the feedback.

@Rob-ot

Rob-ot commented Feb 13, 2012

Copy link
Copy Markdown
Author

Awesome, thanks :) I am trying to get more involved in this project as it seems very promising.

@paulrouget

Copy link
Copy Markdown

Drop by #devtools ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment