Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 307815 - CellEditors not shown on Mac/Cocoa
Summary: CellEditors not shown on Mac/Cocoa
Status: CLOSED DUPLICATE of bug 279103
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.5.2   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-01 02:40 EDT by Missing name CLA
Modified: 2014-08-15 13:14 EDT (History)
2 users (show)

See Also:


Attachments
Main Java File (6.91 KB, text/x-java)
2010-04-01 02:40 EDT, Missing name CLA
no flags Details
Java WebStart File (1.99 KB, application/x-java-jnlp-file)
2010-04-01 02:46 EDT, Missing name CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Missing name CLA 2010-04-01 02:40:56 EDT
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 :)
Comment 1 Missing name CLA 2010-04-01 02:46:58 EDT
Created attachment 163608 [details]
Java WebStart File
Comment 2 Scott Kovatch CLA 2010-04-06 20:24:43 EDT
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 ***
Comment 3 Missing name CLA 2010-04-07 01:45:21 EDT
Thank you for your time and sorry for the duplicate, I'll just wait for 3.6, that's OK :) Thanks!