[Pharo-project] Issue 3772 in pharo: taskbar doesnât adapt to resized window
Status: New Owner: ---- New issue 3772 by thereluc...@fastmail.fm: 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).
Comment #1 on issue 3772 by gazzagu...@googlemail.com: 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.
participants (1)
-
pharo@googlecode.com