Question

Yesterday I added a line of JavaScript that uses confirm(), and I was using FireFox 3.6.3 and it was working fine, but today FireFox upgrades to 3.6.4 in the background and the confirm() freezes my browser, although it still works in IE. I suspect it is a FireFox 3.6.4 issue.

I was wondering if that was indeed a FireFox 3.6.4 issue. If anyone could please let me know, that would be great.

Thank you very much,

Rudy

Was it helpful?

Solution

confirm() works as expected here (FF3.6.4 US-en)

OTHER TIPS

I'm don't see any similar issues in Bugzilla, so it's likely that this is not an issue with confirm() itself but, rather with how you're using it.

Can you create a simple, stand-alone test case that reproduces the problem and post it to http://pastie.org so others can test it? If people are able to reproduce it, than it should be submitted as to Bugzilla.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top