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 201572 - Ctrt-Alt+Mouse Click works as Paste
Summary: Ctrt-Alt+Mouse Click works as Paste
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 7.1
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-02 14:37 UTC by soldatov
Modified: 2011-10-25 23:08 UTC (History)
1 user (show)

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 soldatov 2011-09-02 14:37:12 UTC
NetBeans 7.1 dev.

In editor Ctrt-Alt+Mouse Click works as Paste
But this shortcut conflicts with Ctrt-Alt+Mouse Click on identifier (Multiple Hyperlinks, Open Include Hierarchy and other)
Comment 1 Alexander Simon 2011-09-05 11:47:31 UTC
Bug reproduced on .txt files
Reassign to evaluation.
Comment 2 Svata Dedic 2011-09-15 13:24:08 UTC
Fixed; SwingUtilities make wrong test for buttons - give incorrect result when CTRL-ALT is pressed, reports middle button click. Fixed in editor.

Swing misbehaviour filed as JDK issue #7088744; possible workaround suggested in issue #21876.
Comment 3 Quality Engineering 2011-09-17 14:12:48 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/b62ca435ad2c
User: sdedic@netbeans.org
Log: #201572: checked for button explicitly instead of rely on broken SwingUtilities
Comment 4 Jesse Glick 2011-10-25 23:08:08 UTC
(In reply to comment #2)
> possible workaround suggested in issue #21876.

You mean: bug #201876