prevent the mouse pointer from getting stuck in a busy state over chrome after updating a microsummary

bug=337038
r=mconnor
a=mconnor for 1.8 branch
This commit is contained in:
myk@mozilla.org
2007-01-14 05:37:51 +00:00
parent 0427d54a60
commit f851c16d90

View File

@@ -1585,11 +1585,6 @@ function getPageFromEvent(event) {
event.currentTarget.nodeName == "iframe") {
// this was a hidden iframe page load
// Make sure this event doesn't reach any other load handlers
// intended for visible document frames in the browser window.
event.preventDefault();
event.stopPropagation();
var iframe = event.currentTarget;
page.uri = iframe.originalURI;