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 41149 - The button "up" of scrollbar in form component palette dont work correctly.
Summary: The button "up" of scrollbar in form component palette dont work correctly.
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-19 12:49 UTC by gulik
Modified: 2005-09-16 10:38 UTC (History)
0 users

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 gulik 2004-03-19 12:49:13 UTC
It work only one time after content of the palette
has been moved. Multiple clicks on this button do
not allow to reach the top of the palette.
Comment 1 Tomas Pavek 2004-03-19 15:37:30 UTC
This is a bug in JList - 4832765. Already fixed in jdk 1.5.0. A
workaround could be implemented by overriding
JList.getScrollableUnitIncrement().
Comment 2 Jan Stola 2004-05-28 14:51:44 UTC
Workaround implemented.
Comment 3 Marek Grummich 2005-07-11 14:14:23 UTC
verified