Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[albireo-dev] test results on MacOS X

Here are the results of interactive testing of the Albireo samples on
MacOS X 10.5.3 with JDK 1.5.0_13. (JDK 1.6.0 is also available, but I did
not test with that.)


Problems of Albireo with Eclipse 3.3.2

--------------------------------------------------------------------
GridLayout view: The size of many of the buttons is too small.
--------------------------------------------------------------------
Relayout example view diplays only a white rectangle instead of
each SwingControl. Exception:

Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: Non-Java exception raised, not handled! (Original problem: *** -[CarbonWindowFrame contentFill]: unrecognized selector sent to instance 0x1ea660)
	at apple.awt.CRenderer.doRect(Native Method)
	at apple.awt.OSXSurfaceData.doRect(OSXSurfaceData.java:1257)
	at apple.awt.CRenderer.fillRect(CRenderer.java:157)
	at apple.awt.CRenderer.fillRect(CRenderer.java:145)
	at sun.java2d.pipe.ValidatePipe.fillRect(ValidatePipe.java:58)
	at sun.java2d.SunGraphics2D.fillRect(SunGraphics2D.java:2428)
	at javax.swing.plaf.ComponentUI.update(ComponentUI.java:152)
	at javax.swing.JComponent.paintComponent(JComponent.java:743)
	at javax.swing.JComponent.paint(JComponent.java:1006)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JLayeredPane.paint(JLayeredPane.java:559)
	at javax.swing.JComponent.paintChildren(JComponent.java:843)
	at javax.swing.JComponent.paint(JComponent.java:1015)
	at javax.swing.JComponent._paintImmediately(JComponent.java:4890)
	at javax.swing.JComponent.paintImmediately(JComponent.java:4676)
	at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:477)
	at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:114)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
--------------------------------------------------------------------
SWT Bug #58308:
With borderFlag = SWT.NONE, the cross-hair cursor sometimes appears
for a short time but is most of the time replaced with the default cursor.
With borderFlag = SWT.BORDER, the cross-hair cursor is never visible.
--------------------------------------------------------------------


Problems of Albireo with Eclipse 3.4 (actually 3.4RC4)

--------------------------------------------------------------------
Any creation of SwingControl yields

org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTException: Invalid thread access)
	at org.eclipse.swt.SWT.error(SWT.java:3777)
	at org.eclipse.swt.SWT.error(SWT.java:3695)
	at org.eclipse.albireo.core.AwtEnvironment.<init>(AwtEnvironment.java:189)
	at org.eclipse.albireo.core.AwtEnvironment.getInstance(AwtEnvironment.java:109)
	at org.eclipse.albireo.core.SwingControl.createFrame(SwingControl.java:273)
	at org.eclipse.albireo.core.SwingControl.populate(SwingControl.java:264)
	at org.eclipse.albireo.core.SwingControl$4.run(SwingControl.java:145)
	at org.eclipse.albireo.core.ThreadingHandler$1.run(ThreadingHandler.java:79)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3338)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3067)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
Caused by: org.eclipse.swt.SWTException: Invalid thread access
	at org.eclipse.swt.SWT.error(SWT.java:3777)
	at org.eclipse.swt.SWT.error(SWT.java:3695)
	at org.eclipse.swt.SWT.error(SWT.java:3666)
	at org.eclipse.swt.widgets.Display.error(Display.java:1126)
	at org.eclipse.swt.widgets.Display.checkDevice(Display.java:627)
	at org.eclipse.swt.graphics.Device.getDPI(Device.java:370)
	at org.eclipse.swt.graphics.Font.getFontData(Font.java:301)
	at org.eclipse.albireo.core.ResourceConverter.convertFont(ResourceConverter.java:40)
	at org.eclipse.albireo.core.LookAndFeelHandler.propagateSwtFont(LookAndFeelHandler.java:282)
	at org.eclipse.albireo.core.AwtEnvironment$6.run(AwtEnvironment.java:181)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Reason: All calls to convertFont must occur on the SWT thread!
I'll fix this ASAP since it's a blocker.
--------------------------------------------------------------------
SWT Bug #58308:
The cross-hair cursor is never visible.
--------------------------------------------------------------------


Problems of Albireo with both Eclipse 3.3.2 and 3.4

--------------------------------------------------------------------
Resize flickering: heavy flickering
--------------------------------------------------------------------
FocusTraversal view
In Swing mode, the Tab key has no effect: The cursor stays in the text field
where it is. Likewise for Mixed mode.
--------------------------------------------------------------------
Focus view 1-3
The well-known problem with clicking on the tab header: focus not assigned
to the Swing component inside it.
--------------------------------------------------------------------
AWT Popup view
Opening an AWT or SWT popup causes flickering of the entire view; Swing
popups are ok.
--------------------------------------------------------------------



Back to the top