Disable opening of FirePHP window on hover?

5 messages Options
Embed this post
Permalink
brandonbk () Disable opening of FirePHP window on hover?
Reply Threaded More More options
Print post
Permalink
First, thanks so much for such a great add-on!  I don't know what I'd do without it.

  I do have one question: Is there a setting that can prevent the FirePHP window from opening when I hover over the object in Firebug?  In other words, only open the FirePHP window when I click on an object?

The reason for this request is because when outputting multiple objects, I end up mousing over the first few to get to the one I want, and all of them pop up.  When I get to the object I want, it also loads and pops up.  And when I click on it, it reloads itself again.  This is no problem at all for small objects, but if it's a large object, each can take several seconds to load.

Just a thought; I'm curious to know if anyone else would utilize such a feature.

Brandon
Christoph Dorn () Re: Disable opening of FirePHP window on hover?
Reply Threaded More More options
Print post
Permalink
FirePHP 1.0 will by default only open the variable viewer on click.
senz () Re: Disable opening of FirePHP window on hover?
Reply Threaded More More options
Print post
Permalink
Please, disable its in hotfix. It can really hang up browser, when you hover around active items.
Steven Bailey () Re: Disable opening of FirePHP window on hover?
Reply Threaded More More options
Print post
Permalink
I did this by changing the onMouseOver's in rep.js to ondoubleclick on these lines:

12:        ondoubleclick:"$onMouseOver",
27:        ondoubleclick:"$onMouseOver2",
33:        ondoubleclick:"$onMouseOver",
371:      ondoubleclick:"$onMouseOver",
406:      ondoubleclick:"$onMouseOver",
451:      ondoubleclick:"$onMouseOver",

Which was my quick and dirty hack that worked so I never worried about it again.

I was actually wondering if there was a better way of doing this?

Christoph Dorn () Re: Disable opening of FirePHP window on hover?
Reply Threaded More More options
Print post
Permalink
Not at this time.