On Mar 29, 2:16 pm, eddy <[email protected]> wrote: > I am trying to debug a jsp page that has script type="text/javascript" > see below, on ff4.0 and Firebug 1.7. > > On page reload I get a "No Javascript on this page" message on a plank > script panel. The panel is then filled in with the page data correctly > but the "No Javascript on this page" message with a transparent > background is left (still displayed) over the script page text. > Unfortunately this make firebug unusable. Is there a known way to > either prevent the message from being displayed (it is only > informational and really unneeded) or correcting the behavior so the > message is properly removed when it is no longer relevant.
Yes, here is the step by step: 1) create a test case showing the problem 2) open a bug report, http://code.google.com/p/fbug/issues/list 3) add step by step instructions, See also http://getfirebug.com/wiki/index.php/I_found_a_Firebug_Bug! jjb > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml"> > <head> > <title>i-Pei Traveler Where Fourth Art They The Gathering Details</ > title> > <style type="text/css" media="screen"> > @import url("/collector/resources/dojo/resources/dojo.css"); > @import url("/collector/resources/dijit/themes/tundra/tundra.css"); > </style> > <script type="text/javascript" src="/collector/resources/dojo/dojo.js" > djConfig="parseOnLoad: true" ></script> > <script type="text/javascript" src="/collector/resources/spring/ > Spring.js"></script> > ..... -- 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 http://groups.google.com/group/firebug?hl=en.
