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 51814

Summary: Paste-selection doesn't work on JDK1.5
Product: editor Reporter: Petr Nejedly <pnejedly>
Component: -- Other --Assignee: Dusan Balek <dbalek>
Status: CLOSED FIXED    
Severity: blocker Keywords: JDK_SPECIFIC
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Petr Nejedly 2004-11-24 16:04:08 UTC
Linux, JDK1.5.0 FCS, current (24.11.2004) trunk NB.
Pressing middle mouse button over editor has no
effect. The same IDE, when running on JDK1.4.2
does correct selection-paste on middle-click.

JDK Notepad demo running on JDK1.5 also pastes
selection correctly on middle click.
Comment 1 Dusan Balek 2004-11-30 07:46:48 UTC
Fixed in [maintrunk].

Checking in BaseCaret.java;
/cvs/editor/libsrc/org/netbeans/editor/BaseCaret.java,v  <-- 
BaseCaret.java
new revision: 1.104; previous revision: 1.103
done
Comment 2 Petr Nejedly 2004-12-01 15:17:00 UTC
Works OK now.
Comment 3 Vitezslav Stejskal 2007-11-05 13:30:38 UTC
Moving to the 'other' subcomponent.