Summary: | SWT scrolling of GLCanvas doesn't work under Mac OS Mountain Lion | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | samuel.gratzl |
Component: | macosx | Assignee: | Petros Koutsolampros <pjgl> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | gouessej, larsonm, sgothel |
Priority: | P4 | ||
Version: | 3.0.0 | ||
Hardware: | pc_x86_64 | ||
OS: | macosx | ||
Type: | DEFECT | SCM Refs: | |
Workaround: | --- | ||
Bug Depends on: | |||
Bug Blocks: | 674 | ||
Attachments: |
test classes for showing the bug
ScrolledComposite issues with multiple GLCanvas. MacOSX bug view Windows working view |
Description
samuel.gratzl
2012-12-01 14:31:17 CET
I was able to reproduce Samuel Gratzl's bug on MacOSX 10.10.3, while there is no issue under Windows7. Additionally, I've found what I believe is a related issue. On MacOSX 10.10.3 a ScrolledComposite that contains multiple GLCanvas each in Composite instances does not display correctly as well. In this case, the individual GLCanvas views appear to render on each other. Created attachment 776 [details]
ScrolledComposite issues with multiple GLCanvas.
The ScrollingMultiPane class demonstrates a broken behavior between jogamp 2.3.2 com.jogamp.opengl.swt.GLCanvas and SWT ScrolledComposite.
On Win7 this displays as three different color triangles each in 300x400 panes that can be vertically scrolled.
In MacOSX 10.10.3, the 3 views conflict with each other and display incorrectly when scrolled.
Created attachment 777 [details]
MacOSX bug view
Created attachment 778 [details]
Windows working view
|