Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
Description
Applied patch will force the bug. A2W W2A breaks from server side. WM_GETTEXT seems to be the first thing to fix. Suggested fix is to use NtUserMessageCall ANSI param so win32k will handle the A2W W2A transfer instead of user32. Why the patch? So hooked applications will be processed via win32k the right way instead adding hack code in user32 to hack around the problem that breaks applications (AHK). If ReactOS is going to be what it's going to be, DO IT RIGHT w/o hacks that add more complex code (junk) into the source.
A2W W2A seem to be okay now.
DDE server moved into Win32k. *** DDE is in, keep it the way it is.. ***
Find a better way to handle DBCS.
Fix painting issues and messages.
Attachments
Issue Links
- blocks
-
CORE-6551 ahk: AttachThreadInput fixup
- Resolved
- is duplicated by
-
CORE-7694 mIRC 7.25 fails to install since r60863
- Resolved
-
CORE-7695 Regression: Total Commander 8 does not actually copy files
- Resolved
-
CORE-7717 High CPU usage in menus
- Resolved
- relates to
-
CORE-4912 comctl32: code commented out in treeview.c
- Open
-
CORE-12827 Scrollbars not sending proper message sequence.
- Reopened
-
CORE-8703 Window object use after free when running user32_wintest:msg
- Resolved
-
CORE-9117 there is a problem in user32:msg tests
- Resolved
-
CORE-9173 Use after free in co_MsqSendMessage at the beginning of third stage
- Resolved
-
CORE-8994 user32:msg has regressed
- Resolved
-
CORE-9695 Assertion '(pti->pcti->fsChangeBits & QS_SENDMESSAGE) == 0' failed
- Resolved
-
CORE-11324 Some apps does not have active button on taskbar
- Resolved
-
CORE-15934 REGRESSION: Resizing a themed window causes a classic frame to be drawn temporarily and makes the caption blink
- Resolved
-
CORE-9342 Post-install setup fails at moving a regional settings dialog
- Resolved
-
CORE-11615 comctl32:ListView & WIN32SS
- Untriaged
-
CORE-12814 Edit control uses WM_PAINT instead of WM_ERASEBKGND
- Untriaged
-
CORE-12856 Hiding a window sends erroneous windows message
- Untriaged
-
CORE-12868 RedrawWindow doesn't send proper messages
- Untriaged
-
CORE-11750 SW_SCROLLCHILDREN flag for ScrollWindowEx seems to be not correctly implemented in ReactOS
- Resolved
-
CORE-13151 wrong behavior on GetUpdateRect
- Untriaged