Community
Participate
Working Groups
Created attachment 163606 [details] Main Java File In a basic example application using SWT, CellEditors in a JFace TableViewer are shown correctly on Windows XP/7 as well as Linux and Sun machines, but not on MacOS (using Cocoa) using JavaWebStart. More precisely, I cannot activate the CellEditors on MacOS at all (using JavaWebStart), it looks as if I did not include CellEditors. When I tried to narrow down the problem, I found that even the example from http://www.java2s.com/Code/JavaAPI/org.eclipse.jface.viewers/TableViewersetCellEditorsCellEditorarg0.htm does work on my Windows machines, but fails to show the CellEditors on two Macs I tested (using JavaWebStart). I did not have the opportunity to test it without JavaWebStart, but I guess that should not be the source of the problem. A running example can be found at http://tools.dmun.de/MacTest/MacTest.jnlp (see http://tools.dmun.de/MacTest/) - it's just the code from java2s.com packed with JavaWebStart. Thank you for any advice/bugfix/help/... - and sorry if it's my fault :)
Created attachment 163608 [details] Java WebStart File
After a LOT of investigation, this is bug 279103, fixed in 3.6m4. We will not be porting the fix back to 3.5, unfortunately. *** This bug has been marked as a duplicate of bug 279103 ***
Thank you for your time and sorry for the duplicate, I'll just wait for 3.6, that's OK :) Thanks!