2017-06-20 14:14 GMT+02:00 Hilaire <[email protected]>:

> 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 on the dialog then he
> can browser with the mouse wheel.
>
> The user click should be unnecessary.
>
> How to ensure the mouse wheel event are sent by default to the
> GeneralScrollPane?
>
> It was the case with P3.
>

Hmm.
We fixed the mousefocus handling for openModal
(see case 14629
<https://pharo.fogbugz.com/f/cases/14629/Morphic-click-event-and-modal-windows-get-stuck>
Morphic click event and modal windows get stuck)

But I guess , this now does not work as expected when the actual  mouse
focus should be nil.
Because now the DrGeoThumbnailDialog holds the mouse focus and does not
react on scroll events. Only if the
current mouse focus is nil the scrollevents are handled by the scrollpane)


>
> Hilaire
>
>
> --
> Dr. Geo
> http://drgeo.eu
>
>
>

Reply via email to