Unfortunetlly I can't use firebug because I need to debug in IE10 and 
default developer tools in IE10 is not very good, you can't edit styles and 
you need to refresh the page with dev tools closed and open after dynamic 
content is changes otherwise you'll not see the changes in DOM tree.

W dniu wtorek, 6 września 2016 14:55:19 UTC+2 użytkownik Sebastian Zartner 
napisał:

> Note that Firebug Lite is not maintained for several years now. In Firebug 
> (the Firefox extension) the background style appears within the *Style* 
> side panel <https://getfirebug.com/wiki/index.php/Style_Side_Panel>, 
> though note that Firebug won't work anymore once multi-process Firefox is 
> enabled.
> Therefore you're advised to use the Firefox DevTools or the developer 
> tools of the other browsers instead.
>
> Sebastian
>
> On Tuesday, September 6, 2016 at 2:25:43 PM UTC+2, Jakub Jankiewicz wrote:
>>
>> I have test page like this:
>>  
>> <!doctype html>
>> <html lang="en" class="md-background md-hue-1">
>>   <head>
>>     <script type="text/javascript" src="
>> https://getfirebug.com/firebug-lite.js";></script>
>>     <script src="https://code.jquery.com/jquery-3.1.0.min.js";></script>
>>     <style>
>>         body { color: red; }
>>     </style>
>>     <script>
>>     $(function() {
>>         setTimeout(function() {
>>             $('<style>body { background-color: #aaa; 
>> }</style>').appendTo('head');
>>         }, 3000);
>>     });
>>     </script>
>> </head>
>> <body>
>> hello
>> </body>
>> </html>
>>  
>> and the styles don't include background-color even when I click refresh 
>> from context menu. Tested in Google Chrome 52 and IE10. is it possible to 
>> refresh the styles?
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/dcf8beb8-3492-4e3b-847f-9f6ac947dc60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to