yes, because if I resize the attached window, I can see it refresh it's content to fill the new space. I looks like when I detach the window, and it becomes larger, that happens without a resize event telling it what happened.
On Feb 27, 6:04 pm, John J Barton <[email protected]> wrote: > So you are saying that the truncated script display only happens when > Firebug is detached in a separate window? > > jjb > > On Feb 27, 2:42 pm, littlewoodEd <[email protected]> wrote: > > > I've been plagued with only the top 17 lines or so of java script file > > getting displayed in the script panel. I have figured out that if I > > scroll (which might mean shrinking the fb window, scrolling, then > > resizing the fb window again) I can get the window to fill with my > > script. It suddenly dawned on me what's happening. > > > Load a file with script in it. Open the firebug window so it's > > attached to the bottom of the browser. Open the script panel. 16 > > lines of script are displayed. Click on the ^ to open fb in a new > > window. If the new fb window is taller than it was when it was docked > > to the browser window, only the first 17 lines of script are shown. > > (You may have to resize the fb window, close it, reload the html page > > and start over). > > > I couldn't figure out how to attach sample file, so I pasted one in > > below. You can simply load it from the file system. > > > I'm running en-us ff 3.0.6, fb 1.3.3 (in a clean profile) on windows > > xp sp2 > > --ed > > > <html> > > <head> > > <script type="text/javascript"> > > var i; > > > var j; > > > var k; > > > var l; > > > var m; > > > var n; > > > var o; > > > var p; > > </script> > > </head> > > > <body> > > <div>hello world</div> > > <div id="target"></div> > > </body> > > </html> > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
