A small cursor glitch

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

A small cursor glitch

Stéphane Rollandin
When a halo in invoked on a morph which is right over a text with focus,
the cursor keeps its text form even within the halo handles.

I have fixed this for my own usage in the attached code, but I do not
know if it is the proper way to go, or if this has unwanted side effects
(I guess it does).

The culprit is in method #dispatchFocusEventAllOver:with: in
MorphicEventDispatcher


Stef



MorphicEventDispatcher.spfa.1.cs (2K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: A small cursor glitch

Chris Muller-3
I found that kind of annoying too, thanks!  I'll try it out.
Assuming this is a good fix we should backport it to 5.2...
On Thu, Oct 18, 2018 at 8:16 AM Stéphane Rollandin
<[hidden email]> wrote:

>
> When a halo in invoked on a morph which is right over a text with focus,
> the cursor keeps its text form even within the halo handles.
>
> I have fixed this for my own usage in the attached code, but I do not
> know if it is the proper way to go, or if this has unwanted side effects
> (I guess it does).
>
> The culprit is in method #dispatchFocusEventAllOver:with: in
> MorphicEventDispatcher
>
>
> Stef
>

Reply | Threaded
Open this post in threaded view
|

Re: A small cursor glitch

Chris Muller-3
In reply to this post by Stéphane Rollandin
Hmm, it needs a tweak, it breaks blue-click dragging and resizing...

On Thu, Oct 18, 2018 at 8:16 AM Stéphane Rollandin
<[hidden email]> wrote:

>> When a halo in invoked on a morph which is right over a text with focus,
> the cursor keeps its text form even within the halo handles.
>
> I have fixed this for my own usage in the attached code, but I do not
> know if it is the proper way to go, or if this has unwanted side effects
> (I guess it does).
>
> The culprit is in method #dispatchFocusEventAllOver:with: in
> MorphicEventDispatcher
>
>
> Stef
>