Re: Firefox14 Firebug Color Coding doesnt work in new ExtJS work but in old Code

62 views
Skip to first unread message

Jan Honza Odvarko

unread,
Aug 2, 2012, 4:05:51 AM8/2/12
to Firebug
On Aug 2, 9:07 am, Ahmet Ayabil <aya...@googlemail.com> wrote:
> Normally Firebug shows the Color Coding if I hover a Link or clicking an
> Event in my HTML DOM. This still happens in old Code but not in my new
> one.... (New and old code on the same page).
>
> For Example, if a hover a Link like this:
>
> <https://lh3.googleusercontent.com/-cmZKfdhMOcA/UBonKkumt7I/AAAAAAAACp...>
>
> But in my ExtJs Code I toggle some class for example like this:
>
> firstCell.on('click', function() {
>   singleRow.toggleCls('active');
>   firstCell.toggleCls('clicked');
>
> });
>
> My CSS Rules will work, but I can't see any Change in the Firebug HTML
> Window, only in Firebug Style Window.
What do you mean by "I can't see any Change in the Firebug HTML" the
window is not updated or you don't see the highlights?

If you don't see highlights, check that "Highlight Changes" option is
checked
and/or try Firebug 1.10.1 (there is one related issue fixed,
http://code.google.com/p/fbug/issues/detail?id=5761)

If the HTML panel is not updated, it could be related to this bug:
http://code.google.com/p/fbug/issues/detail?id=5705

Honza


>
> Should this be a failure from my Development or by Firebug? Do you have any
> suggestion? I'm using Firefox14 with Firebug 1.10

Ahmet Ayabil

unread,
Aug 3, 2012, 12:58:11 AM8/3/12
to fir...@googlegroups.com
Thank you for your response,
Im using one iframe and firebug 1.10.0 and i cant see the highlights by mouseover etc.

I updated to 1.10.1 and unchecked  the controls "Highlight Changes". And now i checked "Highlight Changes" and its working fine!

Thank you for your help :)
Reply all
Reply to author
Forward
0 new messages