I use Firebug all the time, and it's fantastic, and in doing so I've thought of one thing that would make web debugging ever so slightly easier. I am a person who tends to use the keyboard, and I generally avoid using the mouse as much as possible. So whenever I need to bring up Firebug on a page, naturally I just hit F12. However, it's a little bit annoying that when I press F12, causing Firebug to pop up in the "Console" tab, the actual console entry line isn't selected. This means that if I want to type a JavaScript command on a page, I do the following steps:
* Press F12 * Click the console input * Type command But I would really love to cut it down to just this: * Press F12 * Type command It's safe to assume that by pressing F12, I want to use Firebug, so I think it's safe to also assume that I want the focus on Firebug. Or at the very least, if you don't agree that it's safe to assume so, you could add a checkbox option under "Console" to toggle this behavior. Can this small feature be added in future releases? In any case, thanks for the fantastic tool. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
