aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/PROBLEMS7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index bb4434c2fbf..01f8d3cb22e 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -299,7 +299,12 @@ developers.
299Emacs 21.1 built for MS-Windows doesn't support images and the tool bar. 299Emacs 21.1 built for MS-Windows doesn't support images and the tool bar.
300Support for these will be added in future versions. 300Support for these will be added in future versions.
301 301
302Help text for pop-up menu items is not displayed at all. 302Frames are not refreshed while the File or Font dialog or a pop-up menu
303is displayed. This also means help text for pop-up menu items is not
304displayed at all. This is because message handling under Windows is
305synchronous, so we cannot handle repaint (or any other) messages while
306waiting for a system function to return the result of the dialog or
307pop-up menu interaction.
303 308
304There are problems with display if mouse-tracking is enabled and the 309There are problems with display if mouse-tracking is enabled and the
305mouse is moved off a frame, over another frame then back over the first 310mouse is moved off a frame, over another frame then back over the first