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 25648 - Selection with right mouse button shouldn't be allowed
Summary: Selection with right mouse button shouldn't be allowed
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: ivan
URL:
Keywords:
: 27616 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-07-15 23:08 UTC by ivan
Modified: 2008-12-23 08:26 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 ivan 2002-07-15 23:08:33 UTC
Term's mouse drag handler should only do it's
thing when the left button is down.
Comment 1 akemr 2002-07-16 09:56:49 UTC
I'm not sure, why it's assigned to me (there is nothing to fix about
it in OutputTabTerm), however adding following code to Term.java (rev.
1.26, method mouseDragged, row 1733) seems to fix it:

    if (MouseUtils.isRightMouseButton(e))
        return;

So I'm reassigning it back to Ivan.
Comment 2 Marek Grummich 2002-07-22 08:32:42 UTC
Target milestone was changed from '3.4' to TBD.
Comment 3 Marek Grummich 2002-07-22 08:42:35 UTC
Target milestone was changed from '3.4' to TBD.
Comment 4 Marek Grummich 2002-07-22 09:05:15 UTC
Target milestone was changed from '3.4' to TBD.
Comment 5 Marek Grummich 2002-07-22 09:17:43 UTC
Target milestone was changed from '3.4' to TBD.
Comment 6 Marian Mirilovic 2002-09-26 15:21:51 UTC
*** Issue 27616 has been marked as a duplicate of this issue. ***
Comment 7 _ gtzabari 2002-09-26 19:22:19 UTC
Since the fix is known, can someone please review (?) and 
commit it please?

Thanks :)
Gili
Comment 8 akemr 2002-09-27 13:31:59 UTC
I fixed it in trunk using above mentioned code.
Comment 9 Marian Mirilovic 2002-11-08 16:00:00 UTC
verified in [nb_dev](20021108)
Comment 10 Quality Engineering 2008-12-23 08:26:04 UTC
moving terminal emulator issues to terminalemulator component.
To see the correct version and target milestone of this issue look at Issue
Activity table.