Hi,
I have an embedded Mozilla application, that just will not stay minimized!
Basically whenever a page refresh occurs while the frame is minimized,
the application frame seems to receive various activation messages, and
the window state is restored, Not expected behaviour!
I am working in a windows environment, and have tried catching all of
the various events I could think of, but nothing seems to prevent the
window activation.
Here is some sample HTML which causes the problem to show itself, every
5 seconds
<html>
<head>
<script>
function loadPage()
{
document.location.reload();
}
</script>
</head>
<body onload="setTimeout('loadPage()', 5000)">
<b>
Random number =
</b>
<script>
document.write(Math.random());
</script>
</body>
</html>
The mfcEmbed, and winEmbed test applications also have the same problem,
however the mainstream Mozilla and Firefox browsers do not!
Somebody must have a way to stop Mozilla sending these events......
Thanks in advance
Nick
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding