Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Maxim Shafirov 
Subsystem
User Interface 
Affected versions
Fixed in
Fixed in build
Next build 
Build
3316
Fixed in build
5296
  • Submitted by   Vincent Mallet
    4 years ago (06 May 2005 07:58)
  • Updated by   root
    3 weeks ago (17 Jan 2010 19:20)
  • Jira: IDEA-28579
    (history, comments)

IDEA-28579

Random Undo confirmation dialogs get in the way.

16
Added by <no user>
15 Sep 2009
UndoWhat.jpg   (3 KB)
PleaseFixUndo.java   (182 B)
Added by <no user>
15 Sep 2009
BrokenUndo.jpg   (7 KB)

From times to times when editing java files, pressing Ctrl-Z brings up some really random confirmation dialogs, such as "Undo Left?" or "Undo Down?".

Today I just got that one: "Undo?" Of course, undo :-)

See attachment.



Environment: Windows 2000SP3 jdk1.5.0_03

Issue was resolved
Comments (6)
 
History (1)
 
Links
 
Steve Swing
  Steve Swing
10 Aug 2005 05:58
(4 years ago)
#permalink
See also IDEA-4302 & IDEA-4022
Fabrice Carnet
  Fabrice Carnet
15 Sep 2005 13:47
(4 years ago)
#permalink
It is the third time that the described problem occurs for me. The real problem is that in my case the undo DOES NOT WORK (after selecting OK, nothing happens, no undo is done). So you can't undo, you have just to restart from scratch with your last version in the repository !
Vincent Mallet
  Vincent Mallet
18 May 2006 01:47
(3 years ago)
#permalink
This issue is really annoying and I'm getting it more often these days. I'm running build #4222 on jdk1.6.0-84 on winxpsp2.

This is such a fundamental editor feature that is so plainly broken. If you can't reproduce it, can't you guys instrument the code so we could report more helpful data when this happens on random occasions?

For example, I just got a "Undo Quick Documentation Lookup?" dialog. This should basically never happen (what is there to undo for a read-only action, really?). You should add an assert somewhere that would fail when such an action gets added to the undo stack. At least, you would have something to start looking at.

This is such a frustrating little detail as it prevents to undo any further.
Vincent Mallet
  Vincent Mallet
18 May 2006 02:02
(3 years ago)
#permalink
A REPRODUCIBLE TESTCASE
Now please fix this.
Vincent Mallet
  Vincent Mallet
23 May 2006 19:46
(3 years ago)
#permalink
This is reproducible in #5289.
Alexey Efimov
  Alexey Efimov
24 May 2006 12:11
(3 years ago)
#permalink