John,
I created a really simple file, loaded it up on Web server, works great;
locally, nothing.
<html>
<head>
<title>Simple Test</title>
</head>
<body>
<script language="javascript">
function doClick() {
console.log("I was clicked");
}
</script>
<form>
<input type="button" value="Press Me" onclick="doClick();"></input>
</form>
</body>
</html>
It could be other plug-ins, although I doubt it. Might be one of those
Firefox 3 things. I know there are some interesting file URI-related
settings.
I was wary of trying 1.4a2, afraid it was too new. Should I try?
Avi
On Mon, Nov 10, 2008 at 6:24 PM, John J Barton
<[EMAIL PROTECTED]>wrote:
>
> Could be that file URLs capability is broken, I almost never test file
> URLs. I'll take a look but if you have a specific example that fails
> you can attach it to a bug report. Of course the next thing I will ask
> is that you try 1.4a2 since that is what we are working on.
>
> jjb
>
> On Nov 10, 3:16 pm, deitch <[EMAIL PROTECTED]> wrote:
> > Joe,
> >
> > First of all, great extension. I have been using betas as fast as they
> > come out, truly awesome.
> >
> > I have run into an issue with 1.3.0 and Firefox 3.0.4. I used to run
> > 1.2, it stopped breaking at breakpoints after the latest Firefox
> > update. I was looking for an excuse to go to 1.3, here it was.
> >
> > After upgrade, no scripts show up in the Script tab when doing file:///
> > files. I can pick any of them, but the left pane below it is
> > completely blank: no scripts, no line numbers, no breakpoints, not a
> > thing. http:// URLs seem to work fine.
> >
> > Is this one of those great new firefox 3.0.x security things?
> >
> > Thanks,
> > Avi
> >
>
--
Avi Deitcher
[EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---