Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 128183 - DialogCellEditor: value is not copied to clipboard
Summary: DialogCellEditor: value is not copied to clipboard
Status: RESOLVED DUPLICATE of bug 128163
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-16 06:57 EST by Christian Georgi CLA
Modified: 2006-02-16 07:53 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Georgi CLA 2006-02-16 06:57:09 EST
When JFace's DialogCellEditor is activated, copy to clipboard action copies the whole property (name + value) instead of copying just the value. Reason for this is that CellEditorActionHandler does not get the active cell editor because it uses Control.isFocusControl() which fails for the control hierarchy of DialogCellEditor. I workarounded this by overriding isFocusControl() in the cell editor and delegating the request to the "real" control, e.g. Text or Combo. But this is certainly not the best solution.
Comment 1 Tod Creasey CLA 2006-02-16 07:53:14 EST

*** This bug has been marked as a duplicate of 128163 ***