Summary: | JAWTWindow's HierarchyListener doesn't set component visible (again) on 'addNotify(..)' - GLCanvas in JtabbedPane disappear | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | Franco <fzanelli> |
Component: | awt | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | critical | ||
Priority: | --- | ||
Version: | 2 | ||
Hardware: | pc_all | ||
OS: | all | ||
Type: | --- | SCM Refs: |
887dbdb34d71a3a266b7854bc9a3842aad1032f9
|
Workaround: | --- | ||
Bug Depends on: | |||
Bug Blocks: | 849 |
Description
Franco
2013-10-30 08:57:07 CET
JAWTWindow's HierarchyListener doesn't set component visible (again) on 'addNotify(..)' It only renders the component invisible after removeNotify() which is performed implicit anyways .. Case java.awt.event.HierarchyEvent.DISPLAYABILITY_CHANGED shall perform similar as our java.awt.event.HierarchyEvent.SHOWING_CHANGED impl. |