Bug in protocol and method selection

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

Bug in protocol and method selection

stepharo
Hi

There is a problem in latest Pharo. I cannot select (and keep the
selection selected)
of a method and method protocol.
To me it looks like QA is interferring but I do not know.
This is the kind of glitches that can kill our effort doing videos. We
have a strong deadline
for producing such videos. beginning of march but we want to get done before
any help is welcome.

Stef

Reply | Threaded
Open this post in threaded view
|

Re: Bug in protocol and method selection

Uko2
I will take a look. Just to make sure: this is not the FT coloring thing, right?

Uko

> On 14 Jan 2016, at 13:06, stepharo <[hidden email]> wrote:
>
> Hi
>
> There is a problem in latest Pharo. I cannot select (and keep the selection selected)
> of a method and method protocol.
> To me it looks like QA is interferring but I do not know.
> This is the kind of glitches that can kill our effort doing videos. We have a strong deadline
> for producing such videos. beginning of march but we want to get done before
> any help is welcome.
>
> Stef
>


Reply | Threaded
Open this post in threaded view
|

Re: Bug in protocol and method selection

Uko2
Stef,

I cannot see the issue, moreover there were no changes in QA that touch Nautilus.

Maybe this is because of FastTable highlighting: when you hover over a selected list item, it changes color to the hover color, so when you select an item you cannot see the you selected it because you see the tower color. This was already fixed, but not yes integrated.

Uko

> On 14 Jan 2016, at 13:33, Yuriy Tymchuk <[hidden email]> wrote:
>
> I will take a look. Just to make sure: this is not the FT coloring thing, right?
>
> Uko
>
>> On 14 Jan 2016, at 13:06, stepharo <[hidden email]> wrote:
>>
>> Hi
>>
>> There is a problem in latest Pharo. I cannot select (and keep the selection selected)
>> of a method and method protocol.
>> To me it looks like QA is interferring but I do not know.
>> This is the kind of glitches that can kill our effort doing videos. We have a strong deadline
>> for producing such videos. beginning of march but we want to get done before
>> any help is welcome.
>>
>> Stef
>>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Bug in protocol and method selection

Henrik Nergaard
Hi Stef,

Do the error still happen if you merge:

Name: Morphic-Widgets-FastTable-HenrikNergaard.148
Author: HenrikNergaard
Time: 13 January 2016, 3:40:48.807358 pm
UUID: b807ebde-ad62-ce41-977a-e6cdce230e93
Ancestors: Morphic-Widgets-FastTable-CyrilFerlicot.147

?

Best regards,
Henrik

-----Original Message-----
From: Pharo-dev [mailto:[hidden email]] On Behalf Of Yuriy Tymchuk
Sent: Thursday, January 14, 2016 1:43 PM
To: Pharo Development List <[hidden email]>
Subject: Re: [Pharo-dev] Bug in protocol and method selection

Stef,

I cannot see the issue, moreover there were no changes in QA that touch Nautilus.

Maybe this is because of FastTable highlighting: when you hover over a selected list item, it changes color to the hover color, so when you select an item you cannot see the you selected it because you see the tower color. This was already fixed, but not yes integrated.

Uko

> On 14 Jan 2016, at 13:33, Yuriy Tymchuk <[hidden email]> wrote:
>
> I will take a look. Just to make sure: this is not the FT coloring thing, right?
>
> Uko
>
>> On 14 Jan 2016, at 13:06, stepharo <[hidden email]> wrote:
>>
>> Hi
>>
>> There is a problem in latest Pharo. I cannot select (and keep the
>> selection selected) of a method and method protocol.
>> To me it looks like QA is interferring but I do not know.
>> This is the kind of glitches that can kill our effort doing videos.
>> We have a strong deadline for producing such videos. beginning of
>> march but we want to get done before any help is welcome.
>>
>> Stef
>>
>
>



Reply | Threaded
Open this post in threaded view
|

Re: Bug in protocol and method selection

stepharo
In reply to this post by stepharo
In fact the over is taking over the selection so we select and see a
lightblue selection and it gets greyed
because of the mouse over.
When we move the mouse we see the selection again and the grey.

Stef

Le 14/1/16 13:06, stepharo a écrit :

> Hi
>
> There is a problem in latest Pharo. I cannot select (and keep the
> selection selected)
> of a method and method protocol.
> To me it looks like QA is interferring but I do not know.
> This is the kind of glitches that can kill our effort doing videos. We
> have a strong deadline
> for producing such videos. beginning of march but we want to get done
> before
> any help is welcome.
>
> Stef
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Bug in protocol and method selection

stepharo
In reply to this post by Henrik Nergaard
Hi henrik

It works because the selection is alpha blent and we can see the
selection color behind.
It would be good to have the selection getting stronger than the mouse
cursor

Stef

Le 14/1/16 14:57, Henrik Nergaard a écrit :

> Hi Stef,
>
> Do the error still happen if you merge:
>
> Name: Morphic-Widgets-FastTable-HenrikNergaard.148
> Author: HenrikNergaard
> Time: 13 January 2016, 3:40:48.807358 pm
> UUID: b807ebde-ad62-ce41-977a-e6cdce230e93
> Ancestors: Morphic-Widgets-FastTable-CyrilFerlicot.147
>
> ?
>
> Best regards,
> Henrik
>
> -----Original Message-----
> From: Pharo-dev [mailto:[hidden email]] On Behalf Of Yuriy Tymchuk
> Sent: Thursday, January 14, 2016 1:43 PM
> To: Pharo Development List <[hidden email]>
> Subject: Re: [Pharo-dev] Bug in protocol and method selection
>
> Stef,
>
> I cannot see the issue, moreover there were no changes in QA that touch Nautilus.
>
> Maybe this is because of FastTable highlighting: when you hover over a selected list item, it changes color to the hover color, so when you select an item you cannot see the you selected it because you see the tower color. This was already fixed, but not yes integrated.
>
> Uko
>
>> On 14 Jan 2016, at 13:33, Yuriy Tymchuk <[hidden email]> wrote:
>>
>> I will take a look. Just to make sure: this is not the FT coloring thing, right?
>>
>> Uko
>>
>>> On 14 Jan 2016, at 13:06, stepharo <[hidden email]> wrote:
>>>
>>> Hi
>>>
>>> There is a problem in latest Pharo. I cannot select (and keep the
>>> selection selected) of a method and method protocol.
>>> To me it looks like QA is interferring but I do not know.
>>> This is the kind of glitches that can kill our effort doing videos.
>>> We have a strong deadline for producing such videos. beginning of
>>> march but we want to get done before any help is welcome.
>>>
>>> Stef
>>>
>>
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Bug in protocol and method selection

stepharo
In reply to this post by Henrik Nergaard
Hi Henrik

Did you create a bug entry so that we integrate it?

Stef

Le 14/1/16 14:57, Henrik Nergaard a écrit :

> Hi Stef,
>
> Do the error still happen if you merge:
>
> Name: Morphic-Widgets-FastTable-HenrikNergaard.148
> Author: HenrikNergaard
> Time: 13 January 2016, 3:40:48.807358 pm
> UUID: b807ebde-ad62-ce41-977a-e6cdce230e93
> Ancestors: Morphic-Widgets-FastTable-CyrilFerlicot.147
>
> ?
>
> Best regards,
> Henrik
>
> -----Original Message-----
> From: Pharo-dev [mailto:[hidden email]] On Behalf Of Yuriy Tymchuk
> Sent: Thursday, January 14, 2016 1:43 PM
> To: Pharo Development List <[hidden email]>
> Subject: Re: [Pharo-dev] Bug in protocol and method selection
>
> Stef,
>
> I cannot see the issue, moreover there were no changes in QA that touch Nautilus.
>
> Maybe this is because of FastTable highlighting: when you hover over a selected list item, it changes color to the hover color, so when you select an item you cannot see the you selected it because you see the tower color. This was already fixed, but not yes integrated.
>
> Uko
>
>> On 14 Jan 2016, at 13:33, Yuriy Tymchuk <[hidden email]> wrote:
>>
>> I will take a look. Just to make sure: this is not the FT coloring thing, right?
>>
>> Uko
>>
>>> On 14 Jan 2016, at 13:06, stepharo <[hidden email]> wrote:
>>>
>>> Hi
>>>
>>> There is a problem in latest Pharo. I cannot select (and keep the
>>> selection selected) of a method and method protocol.
>>> To me it looks like QA is interferring but I do not know.
>>> This is the kind of glitches that can kill our effort doing videos.
>>> We have a strong deadline for producing such videos. beginning of
>>> march but we want to get done before any help is welcome.
>>>
>>> Stef
>>>
>>
>
>
>