Hi, I just installed fblite r2343 and I discovered an issue with the HTML view. When you open an element the elements within it are displayed as normal, but they overwrite the existing HTML so it turns into a mess of text on top of text pretty quickly.
I started poking around and after a couple of false starts realised that it was easily fixable via CSS but when I changed the accompanying firebug-lite.css nothing changed. As I looked into that I discovered that the CSS in firebug-lite.css that ships with r2343 is actually correct, but that isn't what it is loading. Instead it is loading http://getfirebug.com/releases/lite/1.2/firebug-lite.css which is correct for 1.2, but not for the dev version. I assume once it is released this will be updated so this isn't a bug filing per se, but in case anyone is trying the dev version of FB Lite 1.2 and seeing these problems, just change the URL above to a local URL to the firebug-lite.css file you downloaded. There is a part in the code where it reads: ...attribute.set("rel","stylesheet").attribute.set ("href",firebug.env.css||"http://getfirebug.com/releases/lite/1.2/ firebug-lite.css").element) Which seems to imply that you can set the location of the CSS, but I couldn't work out how to set this externally to the firebug lite code, so you can either edit the URL above or add a 'css' key to the "env" hash. Either works. If you haven't tried this version of FBLite then you should because it is far faster. JavaScript files are displayed in lines not on a single line and I think some mem leaks are fixed as my IE7 install doesn't crawl after a few reload. Thank you very much to the Devs! (Now if I could just work out when IE is being a pig it would be a really good day) Regards, Colin. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
