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 93222 - [65cat] Scrolling the versioning window causes the selection to be lost
Summary: [65cat] Scrolling the versioning window causes the selection to be lost
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker with 4 votes (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
: 120824 143000 154317 158278 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-01-25 21:03 UTC by Scott Violet
Modified: 2011-08-03 13:52 UTC (History)
2 users (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 Scott Violet 2007-01-25 21:03:47 UTC
When I scroll the table (with the mouse) in the status window for subversion,
the selection is lost. This is incredibly annoying as you lose your point of
reference.
Comment 1 Tomas Stupka 2007-02-06 19:11:51 UTC
could reproduce on 
NetBeans IDE Dev (Build 070202)
1.6.0-rc; Java HotSpot(TM) 64-Bit Server VM 1.6.0-rc-b97
Linux version 2.6.17-gentoo-r4 running on amd64
en_US (nb); ANSI_X3.4-1968

the selection seems to disappears only the first time the view was scrolled
after a refresh and the selection left the visible area.. after selecting the
row again the selection didn't get lost anymore
Comment 2 Peter Pis 2007-05-15 12:56:05 UTC
Can't reproduce? Could you please provide more details?
Comment 3 Peter Pis 2007-05-15 13:03:36 UTC
Sorry, I have just reproduced it too.
Comment 4 Tomas Stupka 2007-11-01 16:56:26 UTC
*** Issue 120824 has been marked as a duplicate of this issue. ***
Comment 5 Tomas Stupka 2008-08-20 16:49:35 UTC
introduced with fix for 81445
Comment 6 Tomas Stupka 2008-08-20 16:50:40 UTC
*** Issue 143000 has been marked as a duplicate of this issue. ***
Comment 7 misterm 2008-08-20 17:49:03 UTC
Selection using the keyboard doesn't work if you need to reach rows not being displayed, so this is at least P3.
Comment 8 Tomas Stupka 2008-09-05 15:38:54 UTC
looks like table sorter has a problem when changeevent fired 
Comment 9 Tomas Stupka 2008-12-04 16:03:34 UTC
*** Issue 154317 has been marked as a duplicate of this issue. ***
Comment 10 Tomas Stupka 2009-02-10 15:13:48 UTC
*** Issue 158278 has been marked as a duplicate of this issue. ***
Comment 11 Marian Mirilovic 2011-08-02 05:37:48 UTC
>10 dups + votes -> P2 based on http://wiki.netbeans.org/BugPriorityGuidelines
Comment 12 Ondrej Vrabec 2011-08-02 09:58:15 UTC
fix: http://hg.netbeans.org/core-main/rev/e118d39694c2
Comment 13 Ondrej Vrabec 2011-08-02 10:00:25 UTC
fixed in subversion and mercurial's status window, i hope.
Comment 14 Quality Engineering 2011-08-03 13:52:03 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/e118d39694c2
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #93222 - [65cat] Scrolling the versioning window causes the selection to be lost
replacing JTable+TableSorter with ETable