Re: [Pharo-users] P6: How to get focus for mouse wheel event

2017-06-21 Thread Hilaire
Thanks, I added your hack to the associated bug ticket. https://bugs.launchpad.net/drgeo/+bug/1699113 Le 21/06/2017 à 11:15, Nicolai Hess a écrit : > Ugly hack: -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] P6: How to get focus for mouse wheel event

2017-06-21 Thread Nicolai Hess
2017-06-21 6:48 GMT+02:00 Hilaire : > Is there a way I can manualy change it by code? I did have success to > find it. > > Ugly hack: DrGFileThumbnailDialog>>#handleFocusEvent: anEvent (anEvent isMouse and: [ anEvent isMouseWheel ]) ifTrue: [ self activeHand releaseMouseFocus: self ].

Re: [Pharo-users] P6: How to get focus for mouse wheel event

2017-06-20 Thread Hilaire
Is there a way I can manualy change it by code? I did have success to find it. Le 20/06/2017 à 21:23, Nicolai Hess a écrit : > Hmm. > We fixed the mousefocus handling for openModal > (see case 14629 > > Morph

Re: [Pharo-users] P6: How to get focus for mouse wheel event

2017-06-20 Thread Nicolai Hess
2017-06-20 14:14 GMT+02:00 Hilaire : > Hi, > > With Dr. Geo under P6 I have a usability regression with the > GeneralScrollPane of the File thumbnail dialog: > > This dialog does not have any more the focus when open by default. > > It is a problem when the user wants to browse with mouse wheel th

[Pharo-users] P6: How to get focus for mouse wheel event

2017-06-20 Thread Hilaire
Hi, With Dr. Geo under P6 I have a usability regression with the GeneralScrollPane of the File thumbnail dialog: This dialog does not have any more the focus when open by default. It is a problem when the user wants to browse with mouse wheel the sketch previews. Indeed he needs to first click o