[squeak-dev] Re: [BUG] Click events are only honored after moving the mouse

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

[squeak-dev] Re: [BUG] Click events are only honored after moving the mouse

Jerome Peace
[squeak-dev] Re: [BUG] Click events are only honored after moving the mouse


***
>Adrian Lienhard adi at netstyle.ch
>Sat May 10 14:24:57 UTC 2008
>
>
>Yes, I remember we saw this problem already a couple of years ago. But  
>I can't recall what the outcome of the discussion was.
>So, as a small datapoint, this tells us that the issue was not  
>introduced by a recent change.
>
Ha. That makes sense.
There have been a half dozen authors of mouseclickstate handler stuff
going back to Dan's work circa sq 2.7.
Enough chances to introduce bugs.
What's lacking is observation of those bugs.

Right now, for me, the problem is emeshed in the "mouse focus" problems.
Part of the difficultiy is that these bugs are not part of one package.
Gui problems often arise from the difficulties of
"integrating" packages into squeak.

Adrian: When you get into this mouse state what happens
if you save the image and reload it?
Does the problem state reset itself or
does it persist after you start up the saved image?  
If the latter that would constitute a "hard" bug.
Which means it could be tracked down.

Yours in curiosity and service, --Jerome Peace

>Adrian
>
>
>On May 10, 2008, at 15:53 , Lukas Renggli wrote:
>
>> Adrian, do you remember that we once discussed about exactly the same
>> problem a few years ago? I think I could only observe it on the close
>> button. If I remember correctly I reported it in the mailing list at
>> that time. In the end there was no solution, I just had to keep the
>> mouse moving. Most people could not reproduce it.
>>
>> Lukas
><...>
***



      ____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: [BUG] Click events are only honored after moving the mouse

Adrian Lienhard

On May 10, 2008, at 22:44 , Jerome Peace wrote:

[...]

> Adrian: When you get into this mouse state what happens
> if you save the image and reload it?
> Does the problem state reset itself or
> does it persist after you start up the saved image?

It persists.

> If the latter that would constitute a "hard" bug.
> Which means it could be tracked down.

sounds good ;)

Cheers,
Adrian