This is duplication, please follow this thread: http://groups.google.com/group/firebug/browse_thread/thread/56af959486aa605e
Honza On Aug 2, 9:15 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. > > 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
