I'm noticing that when displaying certain .js files in the Firefox 3.6 nightly loads, that Firebug shows that they contain weird characters (like ”) when the file contains no such characters. This only happens in the Namoroka and trunk builds of Firefox.
The problem only occurs when displaying code that's pulled in using <script src =""> off of a local disk. Embedded scripts and script files pulled off remote servers both display correctly. The problem also appears to affect Venkman when viewing chrome scripts, which complains about XML parsing errors. As such I'm pretty sure there's a bug in Firefox, but I'm not sure what component it is in. How does Firebug display source code? In other words what component is this bug in? Is it JSD? BTW if you want to see the problem for yourself, grab the following three files and save them locally and view the script in the HTML tab of Firebug. You can compare that to when viewing the same files on the web site. test.html loads test.js, while test2.html contains the script that's in test.js: http://home.comcast.net/~anonymous123/test.html http://home.comcast.net/~anonymous123/test2.html http://home.comcast.net/~anonymous123/test.js -- 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=.
