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 178059 - TableView scrolls selected row to top of the view without checking if row is allready visible.
Summary: TableView scrolls selected row to top of the view without checking if row is ...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: t_h
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-03 03:24 UTC by fvogler
Modified: 2009-12-08 02:28 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch for TableView to prevent ui from unnecessary scrolling. (798 bytes, patch)
2009-12-03 03:26 UTC, fvogler
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fvogler 2009-12-03 03:24:52 UTC
If the selected node of a TableView has changed, the row of that node is allways scrolled to the top of the view, without checking if the row is allready visible to the user. This causes unneccessary and sometimes confusing ui changes to the user.
Comment 1 fvogler 2009-12-03 03:26:10 UTC
Created attachment 92033 [details]
Patch for TableView to prevent ui from unnecessary scrolling.
Comment 2 t_h 2009-12-07 04:15:34 UTC
Thanks for patch. core-main #7a5a4d16ea4e
Comment 3 Quality Engineering 2009-12-08 02:28:38 UTC
Integrated into 'main-golden', will be available in build *200912080200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7a5a4d16ea4e
User: Tomas Holy <t_h@netbeans.org>
Log: #178059: TableView scrolls selected row to top of the view without checking if row is allready visible.