зеркало из https://github.com/mozilla/gecko-dev.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:
Родитель
cc181bfb64
Коммит
10aabb6329
|
@ -1585,11 +1585,6 @@ function getPageFromEvent(event) {
|
||||||
event.currentTarget.nodeName == "iframe") {
|
event.currentTarget.nodeName == "iframe") {
|
||||||
// this was a hidden iframe page load
|
// 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;
|
var iframe = event.currentTarget;
|
||||||
|
|
||||||
page.uri = iframe.originalURI;
|
page.uri = iframe.originalURI;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче