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 34736 - MouseWheelEvents ignored under OS/2
Summary: MouseWheelEvents ignored under OS/2
Status: RESOLVED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Other OS/2
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks: 31100
  Show dependency tree
 
Reported: 2003-07-03 02:21 UTC by _ gtzabari
Modified: 2007-11-05 13:42 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 _ gtzabari 2003-07-03 02:21:46 UTC
dev build 200306200100
JDK 1.4.1

   Under Windows I can use the wheelmouse to
scroll up/down the editor but this fails under
OS/2. I ran a quick testcase and confirmed that
our JDK 1.4.1 does indeed provide functioning
MouseWheelListener implementations (I get events
just fine when I use the scroll-mouse on top of a
JFrame).

   Why then is this failing under Netbeans? How
does the editor listen for MouseWheelEvents? Does
it use this JDK 1.4.x functionality at all?
Comment 1 Martin Roskanin 2003-07-10 09:05:43 UTC
AFAIK, there is no mousewheel handling code in NB editor. Please try
to find out whether the mouse wheel scrolling works in other
components in NetBeans, like explorer or options dialog. If yes, then
please check the behavior in JDK JEditorPane.
Comment 2 _ gtzabari 2003-07-10 13:03:37 UTC
Martin,

   Wheel mouse does not work under any component, but then why does it
work fine under Windows if Netbeans has no implicit wheel mouse support?
Comment 3 Martin Roskanin 2003-07-10 13:38:36 UTC
Gili,
mousewheel support is done in JDK. And if this doesn't work on OS/2
then it could be OS/2 JDK problem. Please try to verify whether
mousewheel works in some external (non-NetBeans )application on OS/2.
You can try it i.e if you run   examples/texteditor/Ted editor, put
down several lines of text to make scrollbars visible and use
mousewheel. If this won't work on OS/2 it is JDK problem.

Comment 4 Martin Roskanin 2003-08-27 10:36:20 UTC
mouse wheel is not handled by editor module.
Resolving as wontfix