Bug in OCompletion

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

Bug in OCompletion

Mariano Martinez Peck
http://code.google.com/p/pharo/issues/detail?id=1236

Tested with OBSystemBrowserAdaptor in pharo1.0-10451-BETAdev09.09.3 on Windows.

To reproduce:

1) Open a System Browser
2) Create a new class. When you do this, when you are changing
"#NameOfSubclass" to "#YourClass", after doing this press the down arrow key
3) An empty pop up will be brought and the keyboard won't respond. To fix
this, you must press "Esc" key.


Best,

Mariano


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Bug in OCompletion

Mariano Martinez Peck
This bug has been closed but I can still reproduce it in 10479. Can someone please test it and tell me if I am not

the only one.

Thanks

mariano


On Wed, Sep 23, 2009 at 4:29 PM, Stéphane Ducasse <[hidden email]> wrote:


Begin forwarded message:

From: Mariano Martinez Peck <[hidden email]>
Date: September 23, 2009 8:20:40 PM CEDT
To: Pharo Development <[hidden email]>
Subject: [Pharo-project] Bug in OCompletion
Reply-To: [hidden email]

http://code.google.com/p/pharo/issues/detail?id=1236

Tested with OBSystemBrowserAdaptor in pharo1.0-10451-BETAdev09.09.3 on Windows.

To reproduce:

1) Open a System Browser
2) Create a new class. When you do this, when you are changing
"#NameOfSubclass" to "#YourClass", after doing this press the down arrow key
3) An empty pop up will be brought and the keyboard won't respond. To fix
this, you must press "Esc" key.


Best,

Mariano

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Bug in OCompletion

Mariano Martinez Peck
Thanks to romain, he did a fix. I think it would be integrated in next Pharo dev. See details here:

http://code.google.com/p/pharo/issues/detail?id=1236

cheers

mariano

On Sun, Oct 18, 2009 at 7:03 PM, Mariano Martinez Peck <[hidden email]> wrote:
This bug has been closed but I can still reproduce it in 10479. Can someone please test it and tell me if I am not

the only one.

Thanks

mariano



On Wed, Sep 23, 2009 at 4:29 PM, Stéphane Ducasse <[hidden email]> wrote:


Begin forwarded message:

From: Mariano Martinez Peck <[hidden email]>
Date: September 23, 2009 8:20:40 PM CEDT
To: Pharo Development <[hidden email]>
Subject: [Pharo-project] Bug in OCompletion
Reply-To: [hidden email]

http://code.google.com/p/pharo/issues/detail?id=1236

Tested with OBSystemBrowserAdaptor in pharo1.0-10451-BETAdev09.09.3 on Windows.

To reproduce:

1) Open a System Browser
2) Create a new class. When you do this, when you are changing
"#NameOfSubclass" to "#YourClass", after doing this press the down arrow key
3) An empty pop up will be brought and the keyboard won't respond. To fix
this, you must press "Esc" key.


Best,

Mariano

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project




_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Bug in OCompletion

Tudor Girba
Thanks indeed!

I guess the fix made it in the latest dev image, because now it is a  
pleasure to work with OCompletion.

Cheers,
Doru


On 20 Oct 2009, at 02:18, Mariano Martinez Peck wrote:

> Thanks to romain, he did a fix. I think it would be integrated in  
> next Pharo dev. See details here:
>
> http://code.google.com/p/pharo/issues/detail?id=1236
>
> cheers
>
> mariano
>
> On Sun, Oct 18, 2009 at 7:03 PM, Mariano Martinez Peck <[hidden email]
> > wrote:
> This bug has been closed but I can still reproduce it in 10479. Can  
> someone please test it and tell me if I am not
>
> the only one.
>
> Thanks
>
> mariano
>
>
>
> On Wed, Sep 23, 2009 at 4:29 PM, Stéphane Ducasse <[hidden email]
> > wrote:
>
>
> Begin forwarded message:
>
>> From: Mariano Martinez Peck <[hidden email]>
>> Date: September 23, 2009 8:20:40 PM CEDT
>> To: Pharo Development <[hidden email]>
>> Subject: [Pharo-project] Bug in OCompletion
>> Reply-To: [hidden email]
>>
>> http://code.google.com/p/pharo/issues/detail?id=1236
>>
>> Tested with OBSystemBrowserAdaptor in pharo1.0-10451-BETAdev09.09.3  
>> on Windows.
>>
>> To reproduce:
>>
>> 1) Open a System Browser
>> 2) Create a new class. When you do this, when you are changing
>> "#NameOfSubclass" to "#YourClass", after doing this press the down  
>> arrow key
>> 3) An empty pop up will be brought and the keyboard won't respond.  
>> To fix
>> this, you must press "Esc" key.
>>
>>
>> Best,
>>
>> Mariano
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
www.tudorgirba.com

"If you interrupt the barber while he is cutting your hair, you will  
end up with a messy haircut."


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Bug in OCompletion

Mariano Martinez Peck
Yes! because it has also included a really nice improvement in the "UI" thanks to Michael Davids.

On Thu, Oct 22, 2009 at 5:13 PM, Tudor Girba <[hidden email]> wrote:
Thanks indeed!

I guess the fix made it in the latest dev image, because now it is a
pleasure to work with OCompletion.

Cheers,
Doru


On 20 Oct 2009, at 02:18, Mariano Martinez Peck wrote:

> Thanks to romain, he did a fix. I think it would be integrated in
> next Pharo dev. See details here:
>
> http://code.google.com/p/pharo/issues/detail?id=1236
>
> cheers
>
> mariano
>
> On Sun, Oct 18, 2009 at 7:03 PM, Mariano Martinez Peck <[hidden email]
> > wrote:
> This bug has been closed but I can still reproduce it in 10479. Can
> someone please test it and tell me if I am not
>
> the only one.
>
> Thanks
>
> mariano
>
>
>
> On Wed, Sep 23, 2009 at 4:29 PM, Stéphane Ducasse <[hidden email]
> > wrote:
>
>
> Begin forwarded message:
>
>> From: Mariano Martinez Peck <[hidden email]>
>> Date: September 23, 2009 8:20:40 PM CEDT
>> To: Pharo Development <[hidden email]>
>> Subject: [Pharo-project] Bug in OCompletion
>> Reply-To: [hidden email]
>>
>> http://code.google.com/p/pharo/issues/detail?id=1236
>>
>> Tested with OBSystemBrowserAdaptor in pharo1.0-10451-BETAdev09.09.3
>> on Windows.
>>
>> To reproduce:
>>
>> 1) Open a System Browser
>> 2) Create a new class. When you do this, when you are changing
>> "#NameOfSubclass" to "#YourClass", after doing this press the down
>> arrow key
>> 3) An empty pop up will be brought and the keyboard won't respond.
>> To fix
>> this, you must press "Esc" key.
>>
>>
>> Best,
>>
>> Mariano
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
www.tudorgirba.com

"If you interrupt the barber while he is cutting your hair, you will
end up with a messy haircut."


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project