Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d6cdfce6
Commit
d6cdfce6
authored
Nov 27, 2001
by
Jason Rumney
Browse files
Added note about display refresh while dialogs and pop-up menus are
active on Windows.
parent
646adf90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
etc/PROBLEMS
etc/PROBLEMS
+6
-1
No files found.
etc/PROBLEMS
View file @
d6cdfce6
...
...
@@ -299,7 +299,12 @@ developers.
Emacs 21.1 built for MS-Windows doesn't support images and the tool bar.
Support for these will be added in future versions.
Help text for pop-up menu items is not displayed at all.
Frames are not refreshed while the File or Font dialog or a pop-up menu
is displayed. This also means help text for pop-up menu items is not
displayed at all. This is because message handling under Windows is
synchronous, so we cannot handle repaint (or any other) messages while
waiting for a system function to return the result of the dialog or
pop-up menu interaction.
There are problems with display if mouse-tracking is enabled and the
mouse is moved off a frame, over another frame then back over the first
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment