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 - Paste-selection doesn't work on JDK1.5
Summary: Paste-selection doesn't work on JDK1.5
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2004-11-24 16:04 UTC by Petr Nejedly
Modified: 2007-11-05 13:44 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 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.