> > I did not really understand how this bug relates to my problem but > nevertheless happy to hear that it has been solved
What mattcoz is describing is unfortunately *not* what you (Dieter) are experiencing. Explanation: In the Firefox nightly builds starting back in September there was a bug, that caused the Script panel to always show "No JavaScript on this page" (see bug 689101<https://bugzilla.mozilla.org/show_bug.cgi?id=689101> ). Though this just affected Firefox Aurora (9.0a2) and Nightly (10.0a1) and is unrelated to FF 7.0.1, so your problem is unfortunately not solved by the fix of bug 689101. It's quite often used to store templates because the script tag prevents the content from being rendered. Yes, the script tag prevents the code from being displayed, though I still wonder, why you put HTML code into a <script> tag. Sorry to say, but it looks to me like abusing the script tag, because as its name says, it should just contain scripts. Usually the templates are in one or more external html files and loaded on demand using an ajax call. Ok, but after that AJAX call you have the contents of that file in a variable. So why do you need to save it into a <script> tag? While I am not convinced of that method your problem could still be a bug in Firebug (or Firefox). So you should test your test case from above in a fresh Firefox profile and tell us, if the problem is gone. If yes, it might be some preference or a conflict with another extension. Please also read the steps described at I found a Firebug Bug!<http://getfirebug.com/wiki/index.php/I_found_a_Firebug_Bug%21>. Please tell us then, if your problem persists. If so, we'll need to find a test case we can reproduce, too. Btw. note, that the template in your example has a little mistake. It should not be <li>" class="selectcategory">, but <li class="selectcategory">. Sebastian -- You received this message because you are subscribed to the Google Groups "Firebug" group. To view this discussion on the web visit https://groups.google.com/d/msg/firebug/-/9k1EiVwmFTsJ. 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 http://groups.google.com/group/firebug?hl=en.
