I got some weird issue here. I managed to reproduce it on a few
different systems (XP, Vista, Mac) running Firefox 3.0.9 and 3.0.10,
and Firebug 1.3.3.

To reproduce it, create a simple html file with the following content:

--- cut here ---
<html>
<head>
<script>
  sdfgsdfsdf
</script>
</head>
<body>
</body>
</html>
--- cut here ---

Save it as "123456 123.html" and open it with Firefox. Firebug will
indicate in the status bar that there's a single error. That error is
also shown in the Firebug's console.

Now to the weird part. Rename the file to "123456 1234.html", and open
it with Firefox. Firebug will again indicate in the status bar that
there's a error. But Firebug's console will be empty!

I have played with the file name a bit, you can change digits with
letters, it doesn't affect this behavior. For example, file name
"abcdef abc.html" will work while "abcdef abcd.html" won't. (as a
matter of fact, any name starting with 6 non-whitespace chars then
followed by a whitespace then followed by another 4 non-whitespace
won't work no matter what follows after that template)

Another "faulty" file name template is 7 non-whitespace chars followed
by a whitespace, followed by 3 non-whitespaces (like "1234567
123.html").

Can someone enlight about this?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to