[squeak-dev] Re: The Inbox: Morphic-kfr.722.mcz

karl ramberg karlramberg at gmail.com
Wed Jun 25 16:25:14 UTC 2014


Hi,
The biggest issue is not activating on mouseUp, but not
activating/deactivate on mouseEnter/mouseLeave.

Best,
Karl


On Tue, Jun 24, 2014 at 8:19 AM, Marcel Taeumel <
marcel.taeumel at student.hpi.uni-potsdam.de> wrote:

> Well, I think it basically is a good idea to respect that preference
> "mouseOverForKeyboardFocus". However, you cannot simply access this
> preference in ScrollPane>>handlesMouseOver: because scroll panes may handle
> mouse over in other cases than keyboard focus change. In
> PluggableListMorph>>mouseUp:, this seems to be more appropriate because
> here
> you have the code that can actually set the keyboard focus.
>
> Please, adapt your modification and check for the preference in, e.g.,
> PluggableListMorph>>mouseUp:. #mouseEnter: should grab the keyboard if this
> preference is true. #mouseUp: could ensure it if that preference is false.
>
> Best,
> Marcel
>
>
>
> --
> View this message in context:
> http://forum.world.st/The-Inbox-Morphic-kfr-722-mcz-tp4764223p4764449.html
> Sent from the Squeak - Dev mailing list archive at Nabble.com.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20140625/f85a9c1e/attachment.htm


More information about the Squeak-dev mailing list