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

Marcel Taeumel marcel.taeumel at student.hpi.uni-potsdam.de
Tue Jun 24 06:19:57 UTC 2014


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.


More information about the Squeak-dev mailing list