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 242088 - OutlineView: enable Autoscroll while drag&drop
Summary: OutlineView: enable Autoscroll while drag&drop
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 7.2.1
Hardware: PC All
: P3 normal with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-19 11:14 UTC by frederic.deniger
Modified: 2014-02-19 11:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description frederic.deniger 2014-02-19 11:14:56 UTC
While dragging a node in an OutlineView, the view is not scrolled automatically if needed.

I tried to modify the OutlineView to implements the interface Autoscroll but nothing changed.

It seems that the autoscroll works for the TreeView ( the interface Autoscroll is used for this component).