firerainbow icon indicating copy to clipboard operation
firerainbow copied to clipboard

FireRainbow breaks Firebug's tooltip inspector

Open mikeh opened this issue 16 years ago • 2 comments

When FireRainbow (v1.0) is enabled, Firebug (v1.3.3) loses the ability to show tooltip data for anything other than the parent object.

For example, say I have the code: this.widgets.okButton = ... at runtime, I can hover over "this", but not "widgets" or "okButton".

With FireRainbow disabled, it's possible to inspect all three values by hovering over them in turn.

mikeh avatar Jun 02 '09 11:06 mikeh

Well, pretty serious bug. Thanks for reporting.

Sounds like reincarnation of this bug: http://code.google.com/p/fbug/issues/detail?id=889

darwin avatar Jun 02 '09 12:06 darwin

Still actual. Tooltips for object properties is not displayed. Firebug 1.9.1, FireRainbow 1.5, Firefox 10.0.

Grundik avatar Feb 06 '12 11:02 Grundik