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 182326 - [69cat] Can't scroll by mouse wheel in diff view
Summary: [69cat] Can't scroll by mouse wheel in diff view
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Diff (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-18 17:27 UTC by ulfzibis
Modified: 2010-03-25 12:04 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 ulfzibis 2010-03-18 17:27:38 UTC
[ BUILD # : 6.8, sorry ]
[ JDK VERSION : 1.6.* ]

open 2 java files
- open tools diff on those
- use some of the "Insert" arrows
- go to tab of one of those files (automatically saves the changes)
- make some changes manually and save
- go back to diff tab
--> can't scroll with mouse wheel until it click in the pane, resulting in
problems from bug 182323

- sometimes I too see this problem after initially opening a new diff tab.
my feeling is, the latter depends on heavy memory/CPU usage, e.g. many diff
views from long java files (PC is kind of unresponsive in those cases because
of many opened programs at one time, so swapping occurs and GC from NetBeans
too is working often)
Comment 1 Ondrej Vrabec 2010-03-24 13:53:27 UTC
It should be fixed in http://hg.netbeans.org/main/rev/96f09e7dab3f (bug #181451) from yesterday. Could you test it (http://bits.netbeans.org/dev/nightly/)?
Comment 2 ulfzibis 2010-03-25 12:04:43 UTC
Sorry, can't/won't test it before bug 166801 is fixed again.
Regression of bug 166801 makes IDE unusable to me.