[Bug 912239] Re: Firefox doesn't fire resize events when using aero snap feature of GNOME-Shell
Ben Konrath
ben at bagu.org
Thu Jan 5 15:41:14 UTC 2012
With this minimal javascript test case, it seems that the resize event
is being fired:
<html>
<script language="javascript">
var numResize = 0;
function setMessage() {
numResize++;
document.getElementById('message').innerHTML = "Resize events
received: " + numResize;
}
</script>
<body onresize="setMessage(this)">
<div id="message">Resize events received: 0</div>
</body>
</html>
The next step would be to try to come up with a html / javascript test
case from the javascript that GWT produces. I definitely know it's
more complex than this simple test case. The javascript output of
Online Glom will need to be temporarily changed to pretty or detailed
to be able to read it.
--
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/912239
Title:
Firefox doesn't fire resize events when using aero snap feature of
GNOME-Shell
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/912239/+subscriptions
More information about the Ubuntu-mozillateam-bugs
mailing list