Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 97732 - [CellEditors] Undo in cell editor behaves differently than in text editors
Summary: [CellEditors] Undo in cell editor behaves differently than in text editors
Status: RESOLVED DUPLICATE of bug 88527
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Eric Moffatt CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-31 16:57 EDT by Susan McCourt CLA
Modified: 2005-08-15 10:47 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Susan McCourt CLA 2005-05-31 16:57:58 EDT
3.1 RC1
- open the task view
- click on a task title to edit it
- type a key to replace the title with something else
- pop up the context menu and choose "Undo"
- the overtyping is undone (expected)
- pop up the context menu 
  - note that undo is still enabled (not expected)
  - if you choose undo it performs the equivalent of "redo" (goes back to the 
change that was undone).  In text editors, undo would be disabled at this 
point.

Another example
- open the task view
- click on a task title to edit it
- pop up the context menu and choose "Copy"
- then pop up the context menu and choose "Paste" (you can see the highlight 
change - it unhighlights since the paste was undone)
- pop up the context menu and choose undo.  The highlight is restored since 
the paste was undone (expected)
- pop up the context menu  
  - note that undo is still enabled (not expected)
  - if you choose undo it performs the equivalent of "redo", but the highlight 
doesn't change either, so you can't tell what undo did
  - undo remains enabled but you can't tell what it does when you select it.
Comment 1 Susan McCourt CLA 2005-07-06 14:56:54 EDT
See also bug #88527.
It is probably an issue with improper updating of the CellEditorActionHandler.
Comment 2 Eric Moffatt CLA 2005-08-15 10:47:03 EDT

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