This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 150250 - Weird undo after D&D of text in editor
Summary: Weird undo after D&D of text in editor
Status: RESOLVED DUPLICATE of bug 73151
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-15 16:08 UTC by Jaromir Uhrik
Modified: 2008-10-15 16:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2008-10-15 16:08:39 UTC
Product Version: NetBeans IDE Dev (Build 200810150101)
Java: 1.5.0_16; Java HotSpot(TM) Client VM 1.5.0_16-133
System: Mac OS X version 10.5.5 running on i386; MacRoman; en_US (nb)

Steps to reproduce:
-in editor type the following new line 
 int a=0; int b=0;
-select by mouse int b=0;
-move the selected text by mouse to the beginning of the line
-push undo

-->> the line now contains:
int b=0;int a=0; int b=0;

The user needs to push undo once again to restore the code.
Comment 1 Petr Dvorak 2008-10-15 16:20:01 UTC

*** This issue has been marked as a duplicate of 73151 ***