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 239217 - Mouse Wheel does not scroll in "Class Loading Error" dialog that shows the full stack trace
Summary: Mouse Wheel does not scroll in "Class Loading Error" dialog that shows the fu...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.4
Hardware: PC Linux
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-06 23:19 UTC by mclaborn
Modified: 2014-05-02 06:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen shot of problem dialog (52.12 KB, image/png)
2013-12-06 23:19 UTC, mclaborn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mclaborn 2013-12-06 23:19:20 UTC
Product Version = NetBeans IDE 7.4 (Build 201310111528)
Operating System = Linux version 3.2.0-57-generic running on amd64
Java; VM; Vendor = 1.7.0_45
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.45-b08

Mouse Wheel does not scroll in "Class Loading Error" dialog that shows the full stack trace.
Comment 1 mclaborn 2013-12-06 23:19:56 UTC
Created attachment 142925 [details]
screen shot of problem dialog
Comment 2 Tomas Danek 2014-01-28 12:11:29 UTC
General exception dialog from platform - nothing to fix in uihandler -> passing to platform.
Comment 3 Jaroslav Tulach 2014-05-02 06:22:11 UTC
The mouse scrolling works for me on

Product Version: NetBeans 8.0
Java: 1.8.0_05; Java HotSpot(TM) 64-Bit Server VM 25.5-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_05-b13
System: Linux version 3.11.0-19-generic running on amd64; UTF-8; cs_CZ (nb)
Comment 4 Jaroslav Tulach 2014-05-02 06:24:56 UTC
Also works on

Product Version: NetBeans 8.0
Java: 1.7.0_55; Java HotSpot(TM) 64-Bit Server VM 24.55-b03
Runtime: Java(TM) SE Runtime Environment 1.7.0_55-b13

closing as works for me. Anyway as mouse scrolling wheel is handled by Swing, and the dialog does nothing special, I'd expect it to be a general problem, not something to be handled in this particular dialog.