| Description: |
This applies to all versions from 8.4.7 up through 8.6b1.1 when running on a ppc-based Mac with OSX 10.3. After you move a window by dragging its titlebar, the geometry is subsequently reported wrongly. For instance if it is a toplevel window, the command 'winfo geometry .' gives the result 200x200+0+22, wherever the window is moved to (the size is reported correctly, the offset is wrong). Also the coordinates returned for the mouse position relative to the window in bound commands are wrong; the %x and %y keywords are substituted with the same values as the %X and %Y keywords.
The correct behaviour can be restored after moving the window, by maximizing and then normalizing it.
|