MantisBT - ParaView
View Issue Details
0015247ParaView(No Category)public2015-01-08 09:162015-02-18 18:56
Christophe Bourcier 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
4.3 
ParaViS
15247_fix_wheel
incorrect functionality
0015247: 4.3.0-RC1: zoom in/out the 3D view using the mouse wheel does not work
In 4.3.0-RC1, we can't zoom in/out the 3D view using the mouse wheel. It worked in previous versions.
No tags attached.
Issue History
2015-01-08 09:16Christophe BourcierNew Issue
2015-01-08 15:01Alan ScottNote Added: 0034028
2015-01-09 07:34Utkarsh AyachitAssigned To => Dan Lipsa
2015-01-09 11:44Dan LipsaStatusbacklog => active development
2015-01-10 20:26Utkarsh AyachitAssigned ToDan Lipsa => Utkarsh Ayachit
2015-01-10 20:30Utkarsh AyachitTopic Name => 15247_fix_wheel
2015-01-10 20:30Utkarsh AyachitNote Added: 0034055
2015-01-10 20:30Utkarsh AyachitStatusactive development => gatekeeper review
2015-01-10 20:30Utkarsh AyachitFixed in Version => git-next
2015-01-10 20:30Utkarsh AyachitResolutionopen => fixed
2015-01-11 08:11Utkarsh AyachitFixed in Versiongit-next => git-master
2015-01-11 08:11Utkarsh AyachitStatusgatekeeper review => customer review
2015-01-11 08:11Utkarsh AyachitNote Added: 0034056
2015-01-11 08:13Utkarsh AyachitSource_changeset_attached => ParaView master 81dbfe2d
2015-01-11 08:13Utkarsh AyachitSource_changeset_attached => ParaView master 723efae9
2015-01-11 09:25Utkarsh AyachitFixed in Versiongit-master => 4.3
2015-01-12 05:30Christophe BourcierNote Added: 0034063
2015-02-18 18:56Alan ScottNote Added: 0034254
2015-02-18 18:56Alan ScottStatuscustomer review => closed

Notes
(0034028)
Alan Scott   
2015-01-08 15:01   
Yep, it's broken.

Linux, RC1 tag, local server.
(0034055)
Utkarsh Ayachit   
2015-01-10 20:30   
commit 723efae90e131f1eab880980e3c5f96275e0fbcd
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Sat Jan 10 20:27:15 2015 -0500

    BUG 0015247: Restore mouse-wheel.

    The wheel was broken in e34444b0515c. The change was cleaning up
    vtkPVInteractorStyle. vtkPVInteractorStyle has traditionally been
    subclass of vtkInteractorStyleTrackballCamera. Restoring that behaviour.
    Ideally, we want to add better support for mouse-wheel. Leaving the
    incidental support for now. Also manually disabled wheel in
    vtkPVOrthographicSliceView since the wheel conflicts with the user
    interactions for moving slices in that view.

    Change-Id: I4ae5db174e60f208c64a53ecf2dcf00459d2be7c
(0034056)
Utkarsh Ayachit   
2015-01-11 08:11   
Topics merged into master (v4.3.0-RC1-50-g81dbfe2):
        15247_fix_wheel
(0034063)
Christophe Bourcier   
2015-01-12 05:30   
Tested OK in master.

Thanks for the fix.

Christophe
(0034254)
Alan Scott   
2015-02-18 18:56   
Tested master, Linux, local server.