Mercurial > emacs
comparison etc/PROBLEMS @ 41613:6bc4823a332a
Added note about display refresh while dialogs and pop-up menus are
active on Windows.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 27 Nov 2001 19:19:00 +0000 |
parents | 38b7d09859ec |
children | 48f16a4dc7fe |
comparison
equal
deleted
inserted
replaced
41612:83f879e86675 | 41613:6bc4823a332a |
---|---|
297 * Known problems with the MS-Windows port of Emacs 21.1. | 297 * Known problems with the MS-Windows port of Emacs 21.1. |
298 | 298 |
299 Emacs 21.1 built for MS-Windows doesn't support images and the tool bar. | 299 Emacs 21.1 built for MS-Windows doesn't support images and the tool bar. |
300 Support for these will be added in future versions. | 300 Support for these will be added in future versions. |
301 | 301 |
302 Help text for pop-up menu items is not displayed at all. | 302 Frames are not refreshed while the File or Font dialog or a pop-up menu |
303 is displayed. This also means help text for pop-up menu items is not | |
304 displayed at all. This is because message handling under Windows is | |
305 synchronous, so we cannot handle repaint (or any other) messages while | |
306 waiting for a system function to return the result of the dialog or | |
307 pop-up menu interaction. | |
303 | 308 |
304 There are problems with display if mouse-tracking is enabled and the | 309 There are problems with display if mouse-tracking is enabled and the |
305 mouse is moved off a frame, over another frame then back over the first | 310 mouse is moved off a frame, over another frame then back over the first |
306 frame. A workaround is to click the left mouse button inside the frame | 311 frame. A workaround is to click the left mouse button inside the frame |
307 after moving back into it. | 312 after moving back into it. |