Can anyone else reproduce this issue in Firefox 9.0.1 on Mac? When Firebug 1.8.4 is enabled, the following HTML page freezes and the alert cannot be dismissed:
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function pageLoaded() {
alert("onload alert works in Firefox 8.0.1 on Mac and in 9.0.1 on Windows, and in other browsers, but it freezes Firefox 9.0.1 on Mac when Firebug 1.8.4 is enabled.");
}
</script>
</head>
Bookmarks