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
2006-06-12 18:50:46 +00:00
parent d448c6746d
commit 6c2081ae55

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;