mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:45:53 +00:00
- Turn on User32 msg test_menu_messages. The Alt-E/F keys work now. This is what the test is for. WM_SYSCHAR is translated but not being passed back to Alt-Space and friends in defwnd.c. These applications need to be reexamined to clarify this issue. Notepad accelerator keys work now but Alt-E/F/Space etc do not. Referencing base bug 1091.
svn path=/trunk/; revision=51565
This commit is contained in:
parent
b221e005e6
commit
82189efb3a
1 changed files with 1 additions and 4 deletions
|
@ -12593,10 +12593,7 @@ START_TEST(msg)
|
|||
test_dialog_messages();
|
||||
test_nullCallback();
|
||||
test_dbcs_wm_char();
|
||||
if(!winetest_interactive)
|
||||
skip("skipping test_menu_messages, that hangs on reactos\n");
|
||||
else
|
||||
test_menu_messages();
|
||||
test_menu_messages();
|
||||
test_paintingloop();
|
||||
test_defwinproc();
|
||||
test_clipboard_viewers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue