Bug 133 - GLEventListener.init() can be missed
Summary: GLEventListener.init() can be missed
Status: VERIFIED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: All all
: P3 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2005-01-26 11:50 CET by Sven Gothel
Modified: 2010-03-24 07:47 CET (History)
0 users

See Also:
Type: DEFECT
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2010-03-24 07:47:22 CET


---- Reported by kbr 2005-01-26 11:50:46 ----

If a GLEventListener is added to a GLCanvas after the canvas is shown and the
context created, init() will not be called on it because that event is triggered
only when the OpenGL context is created. This at least needs to be specified;
perhaps it can be fixed in the JOGL internals.



---- Additional Comments From kbr 2006-01-11 00:18:42 ----

Added caveat in documentation about adding GLEventListener before GLAutoDrawable
is shown. It is infeasible to paper over this in the JOGL implementation.




--- Bug imported by sgothel@jausoft.com 2010-03-24 07:47 EDT  ---

This bug was previously known as _bug_ 133 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=133