On Aug 2, 9:07 am, Ahmet Ayabil <[email protected]> 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 -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
