Issue 3772 in pharo: taskbar doesn’t adapt to resized window

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

Issue 3772 in pharo: taskbar doesn’t adapt to resized window

pharo
Status: New
Owner: ----

New issue 3772 by [hidden email]: taskbar doesn’t adapt to resized  
window
http://code.google.com/p/pharo/issues/detail?id=3772

Pharo image: Projekt Pharo 1.2/PharoOneClick1.2/build #162
Pharo core version: Pharo1.2rc2 Latest update: #12339
Virtual machine used: MacOS


Steps to reproduce:
1. open the world-menu
2. without doing anything else, resize the pharo-window

the taskbar stays in the place it was before the window was resized (make  
the window bigger -> it stays somewhere in the middle of the window, make  
the window smaller -> it is outside the window).

Reply | Threaded
Open this post in threaded view
|

Re: Issue 3772 in pharo: taskbar doesn’t adapt to resized window

pharo

Comment #1 on issue 3772 by [hidden email]: taskbar doesn’t  
adapt to resized window
http://code.google.com/p/pharo/issues/detail?id=3772

Menus in Morphic effectively run their own event loop (using  
#doOneSubCycle) whereas screen size checking is only done in #doOneCycle  
(from the main World event loop).

Whilst the menu is open screen size changes are not handled.