You currently can't disable them automatically. Therefore you should follow
issue
551 <http://code.google.com/p/fbug/issues/detail?id=551>.
Though there's a trick how you can inspect the tooltip. You need to remove
the mouseout event listener.
To do so, inspect one of the <span>s that have a tooltip assigned. Then
type the following into the Command Line to remove the event listener:
$0.removeEventListener("mouseout",
getEventListeners($0).mouseout[0].listener)
Then the tooltip won't disappear anymore when the mouse is moved away from
the <span> and you can inspect and edit its styles.
See our wiki for more info on the Command Line
APIs<https://getfirebug.com/wiki/index.php/Command_Line_API>
$0 <https://getfirebug.com/wiki/index.php/$0> and
getEventListeners()<https://getfirebug.com/wiki/index.php/GetEventListeners>
.
Sebastian
On Monday, September 16, 2013 7:08:26 PM UTC+2, [email protected] wrote:
>
> Many JavaScript plugins perform some action only when the cursor is
> hovering over a given element. For instance, you hover over the names on
> http://jsbin.com/aCoboQo/1 and a tooltip pops up.
>
> Without editing the JavaScript, how can one view the CSS applied to such
> an element (i.e. the tooltip) when the cursor is hovering over another
> element so that the tooltip is visible?
>
> Thanks
>
--
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit
https://groups.google.com/d/msgid/firebug/7256b10a-3e8d-4c72-9d6e-099f1bbc226e%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.