[Bug 1607] IcedTea Web removes Components from the Applet Container before Applet.stop() and Applet.destroy() has been called
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Nov 26 13:19:25 PST 2013
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1607
--- Comment #1 from Xerxes Rånby <xerxes at zafena.se> ---
Sven Gothel 2013-11-26 20:16:32 CET
https://jogamp.org/bugzilla/show_bug.cgi?id=910#c23
IcedTea Web exposes the following errors:
isActive() state between start()-stop():
========================
Applet-State @ start: ERROR, active[exp true, has false]*, init[exp 1, has 1],
start[exp 1, has 1], stop[exp 0, has 0], destroy[exp 0, has 0]
removeNotify() not called from AWT-EDT (Fixed in 1.5*):
================================
Applet.Canvas.removeNotify() ERROR: Not on AWT-EDT
removeNotify() called before destroy():
========================
Component-State @ stop: ERROR, contained[exp true, has true], addNotify[exp 1,
has 1], removeNotify[exp 0, has 1]*, compCount 1, compClazz canvas0
Component-State @ destroy-remove.pre: ERROR, contained[exp true, has true],
addNotify[exp 1, has 1], removeNotify[exp 0, has 1]*, compCount 1, compClazz
canvas0
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20131126/047245e0/attachment.html
More information about the distro-pkg-dev
mailing list