[squeak-dev] Preference browser - search field

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

[squeak-dev] Preference browser - search field

Sophie424
Using Damien's 3.10 dev image:

The search field gets character order scrambled if I type moderately fast.
Typing either super-fast or super-slow works fine.

Any clues?

Thanks - Sophie




Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Preference browser - search field

Philippe Marschall
2008/11/14 Sophie (itsme213) <[hidden email]>:
> Using Damien's 3.10 dev image:
>
> The search field gets character order scrambled if I type moderately fast.
> Typing either super-fast or super-slow works fine.
>
> Any clues?

Wasn't it always like this?

Cheers
Philippe

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] scrambled input fields

Bert Freudenberg

On 14.11.2008, at 08:33, Philippe Marschall wrote:

> 2008/11/14 Sophie (itsme213) <[hidden email]>:
>> Using Damien's 3.10 dev image:
>>
>> The search field gets character order scrambled if I type  
>> moderately fast.
>> Typing either super-fast or super-slow works fine.
>>
>> Any clues?
>
> Wasn't it always like this?


I have seen this too, in other images. Anybody have a clue?

- Bert -



Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] scrambled input fields

Gary Chambers-4
Looks to be due to a deferred ui message in PluggableTextMorph>>accept.
Given that text morphs do type-ahead scanning without waiting for the event
loop to run it would seem to be interfering.

I've tested with the resetting of  the selection being not deferred and it
seems to work as it should.

This method is already overridden in Polymorph (for keyboard focus handling)
so I'll make the change for the next version of Polymorph.

Regards, Gary.

----- Original Message -----
From: "Bert Freudenberg" <[hidden email]>
To: "The general-purpose Squeak developers list"
<[hidden email]>
Sent: Friday, November 14, 2008 10:40 AM
Subject: Re: [squeak-dev] scrambled input fields


>
> On 14.11.2008, at 08:33, Philippe Marschall wrote:
>
>> 2008/11/14 Sophie (itsme213) <[hidden email]>:
>>> Using Damien's 3.10 dev image:
>>>
>>> The search field gets character order scrambled if I type  moderately
>>> fast.
>>> Typing either super-fast or super-slow works fine.
>>>
>>> Any clues?
>>
>> Wasn't it always like this?
>
>
> I have seen this too, in other images. Anybody have a clue?
>
> - Bert -
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Preference browser - search field

Damien Cassou-3
In reply to this post by Sophie424
On Fri, Nov 14, 2008 at 2:58 AM, Sophie (itsme213) <[hidden email]> wrote:
> The search field gets character order scrambled if I type moderately fast.
> Typing either super-fast or super-slow works fine.
>
> Any clues?

It's a problem I reported when I started using Squeak...

--
Damien Cassou
http://damiencassou.seasidehosting.st

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Preference browser - search field

Gary Chambers-4
Yes, rather annoying but too easy to workaround (type slowly) rather than
investigate the evil :-)

My solution certainly works with Polymorph loaded, not sure if the deferred
bit can be dispensed with in a plain Squeak though (might rely on themore
primitive keyboard focus reinstatement).

Regards, Gary.


----- Original Message -----
From: "Damien Cassou" <[hidden email]>
To: "The general-purpose Squeak developers list"
<[hidden email]>
Sent: Friday, November 14, 2008 6:32 PM
Subject: Re: [squeak-dev] Preference browser - search field


> On Fri, Nov 14, 2008 at 2:58 AM, Sophie (itsme213) <[hidden email]>
> wrote:
>> The search field gets character order scrambled if I type moderately
>> fast.
>> Typing either super-fast or super-slow works fine.
>>
>> Any clues?
>
> It's a problem I reported when I started using Squeak...
>
> --
> Damien Cassou
> http://damiencassou.seasidehosting.st
>