зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
a7ff6d73f7
Коммит
c6d48dc515
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче