<div dir="ltr">Hi,<div>The biggest issue is not activating on mouseUp, but not activating/deactivate on mouseEnter/mouseLeave.</div><div><br></div><div>Best,</div><div>Karl</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, Jun 24, 2014 at 8:19 AM, Marcel Taeumel <span dir="ltr">&lt;<a href="mailto:marcel.taeumel@student.hpi.uni-potsdam.de" target="_blank">marcel.taeumel@student.hpi.uni-potsdam.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Well, I think it basically is a good idea to respect that preference<br>
&quot;mouseOverForKeyboardFocus&quot;. However, you cannot simply access this<br>
preference in ScrollPane&gt;&gt;handlesMouseOver: because scroll panes may handle<br>
mouse over in other cases than keyboard focus change. In<br>
PluggableListMorph&gt;&gt;mouseUp:, this seems to be more appropriate because here<br>
you have the code that can actually set the keyboard focus.<br>
<br>
Please, adapt your modification and check for the preference in, e.g.,<br>
PluggableListMorph&gt;&gt;mouseUp:. #mouseEnter: should grab the keyboard if this<br>
preference is true. #mouseUp: could ensure it if that preference is false.<br>
<br>
Best,<br>
Marcel<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://forum.world.st/The-Inbox-Morphic-kfr-722-mcz-tp4764223p4764449.html" target="_blank">http://forum.world.st/The-Inbox-Morphic-kfr-722-mcz-tp4764223p4764449.html</a><br>
Sent from the Squeak - Dev mailing list archive at Nabble.com.<br>
<br>
</blockquote></div><br></div>