We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Well, pretty serious bug. Thanks for reporting.
Sounds like reincarnation of this bug: http://code.google.com/p/fbug/issues/detail?id=889
Sorry, something went wrong.
Still actual. Tooltips for object properties is not displayed. Firebug 1.9.1, FireRainbow 1.5, Firefox 10.0.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: