Interesting Windows menu bug...

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

Interesting Windows menu bug...

Eliot Miranda-2
In an updated trunk open two Monticello browsers.  Now try and select the second one through the Windows menu... :-)

_,,,^..^,,,_
best, Eliot


Reply | Threaded
Open this post in threaded view
|

Re: Interesting Windows menu bug...

marcel.taeumel
Eliot Miranda-2 wrote
In an updated trunk open two Monticello browsers.  Now try and select the
second one through the Windows menu... :-)

_,,,^..^,,,_
best, Eliot
Hi Eliot,

what's the bug? The order of the windows in the menu is the submorph order in the world. Top windows come to the front.

Best,
Marcel
Reply | Threaded
Open this post in threaded view
|

Re: Interesting Windows menu bug...

Eliot Miranda-2
Hi M,

> On Jun 24, 2016, at 3:15 AM, marcel.taeumel <[hidden email]> wrote:
>
> Eliot Miranda-2 wrote
>> In an updated trunk open two Monticello browsers.  Now try and select the
>> second one through the Windows menu... :-)
>>
>> _,,,^..^,,,_
>> best, Eliot
>
> Hi Eliot,
>
> what's the bug? The order of the windows in the menu is the submorph order
> in the world. Top windows come to the front.

That you simply cannot select the second instance in the menu.  Both entries say "Monticello browser".  As one moves the mouse down the menu the first highlights, but then the selection jumps to the one following the second instance.  Hence you can't unbury the second instance until you delete the first.  Most unsatisfactory :-)

>
> Best,
> Marcel
>
> --
> View this message in context: http://forum.world.st/Interesting-Windows-menu-bug-tp4902751p4902867.html
> Sent from the Squeak - Dev mailing list archive at Nabble.com.



_,,,^..^,,,_ (phone)
Reply | Threaded
Open this post in threaded view
|

Re: Interesting Windows menu bug...

marcel.taeumel
Eliot Miranda-2 wrote
Hi M,

> On Jun 24, 2016, at 3:15 AM, marcel.taeumel <[hidden email]> wrote:
>
> Eliot Miranda-2 wrote
>> In an updated trunk open two Monticello browsers.  Now try and select the
>> second one through the Windows menu... :-)
>>
>> _,,,^..^,,,_
>> best, Eliot
>
> Hi Eliot,
>
> what's the bug? The order of the windows in the menu is the submorph order
> in the world. Top windows come to the front.

That you simply cannot select the second instance in the menu.  Both entries say "Monticello browser".  As one moves the mouse down the menu the first highlights, but then the selection jumps to the one following the second instance.  Hence you can't unbury the second instance until you delete the first.  Most unsatisfactory :-)

>
> Best,
> Marcel
>
> --
> View this message in context: http://forum.world.st/Interesting-Windows-menu-bug-tp4902751p4902867.html
> Sent from the Squeak - Dev mailing list archive at Nabble.com.



_,,,^..^,,,_ (phone)
Ah, yeah. But this just affects hovering. You can always click on it and you can also use the keyboard to navigate to the menu item.

Sure, it's a bug. I suspect that it is a new one that I introduced with changing the focus event handling of MenuMorph.

Best,
Marcel
Reply | Threaded
Open this post in threaded view
|

Re: Interesting Windows menu bug...

marcel.taeumel
marcel.taeumel wrote
Eliot Miranda-2 wrote
Hi M,

> On Jun 24, 2016, at 3:15 AM, marcel.taeumel <[hidden email]> wrote:
>
> Eliot Miranda-2 wrote
>> In an updated trunk open two Monticello browsers.  Now try and select the
>> second one through the Windows menu... :-)
>>
>> _,,,^..^,,,_
>> best, Eliot
>
> Hi Eliot,
>
> what's the bug? The order of the windows in the menu is the submorph order
> in the world. Top windows come to the front.

That you simply cannot select the second instance in the menu.  Both entries say "Monticello browser".  As one moves the mouse down the menu the first highlights, but then the selection jumps to the one following the second instance.  Hence you can't unbury the second instance until you delete the first.  Most unsatisfactory :-)

>
> Best,
> Marcel
>
> --
> View this message in context: http://forum.world.st/Interesting-Windows-menu-bug-tp4902751p4902867.html
> Sent from the Squeak - Dev mailing list archive at Nabble.com.



_,,,^..^,,,_ (phone)
Ah, yeah. But this just affects hovering. You can always click on it and you can also use the keyboard to navigate to the menu item.

Sure, it's a bug. I suspect that it is a new one that I introduced with changing the focus event handling of MenuMorph.

Best,
Marcel
Hi Eliot,

is it better now?
http://forum.world.st/The-Trunk-Morphic-mt-1185-mcz-td4903183.html

Best,
Marcel