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 255420 - horizontal scroll of the mouse does not work in the editor
Summary: horizontal scroll of the mouse does not work in the editor
Status: RESOLVED DUPLICATE of bug 213268
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.1
Hardware: Macintosh Mac OS X
: P2 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2015-09-19 12:14 UTC by pmi
Modified: 2015-09-29 14:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (42.48 KB, text/plain)
2015-09-19 12:14 UTC, pmi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pmi 2015-09-19 12:14:39 UTC
Product Version = NetBeans IDE Dev (Build 201509130002)
Operating System = Mac OS X version 10.10.5 running on x86_64
Java; VM; Vendor = 1.8.0_60
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.60-b23

Reproducibility: Happens every time

STEPS:
  * Open dialog Foo
  * Click on button "Click me"

ACTUAL:
  nothing happens

EXPECTED:
  message pops u
Comment 1 pmi 2015-09-19 12:14:44 UTC
Created attachment 156298 [details]
IDE log
Comment 2 Antonin Nebuzelsky 2015-09-21 11:57:27 UTC
Confirmed regression.

Horizontal mouse scroll in editor does not work in the latest daily builds. And worked OK in 8.1 Beta. I tried both with 8u60 (on OSX), so the problem is on NB editor's side.
Comment 3 Miloslav Metelka 2015-09-23 08:53:06 UTC
Tested horizontal scrolling in NB explorer and it works fine so it's purely an editor's issue in post 8.1 beta.
Comment 4 Miloslav Metelka 2015-09-23 15:33:29 UTC
The problem is caused by fix of issue 213268. I must find a different way of how to fix the original NPE.
Comment 5 Miloslav Metelka 2015-09-29 14:59:56 UTC
I have committed a new fix of issue 213268 which will not cause regression in horizontal scroll on the Mac OS X.
Marking a dup of issue 213268 since the fix is attached to that issue.

*** This bug has been marked as a duplicate of bug 213268 ***