Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
Description
When a scrollbar hides or shows itself, it should send WM_WINDOWPOSCHANGING message to the parent window but it doesn't. It also should send WM_NCPAINT and WM_ERASEBKGND messages as well. Right now, it's only sending WM_NCCALCSIZE and WM_WINDOWPOSCHANGED messages.
Therefore, because these messages are not being sent, scrollbars are not being hidden or erased.
Attachments
Issue Links
- relates to
-
CORE-7278 ScrollBar class seems to not be receiving any messages
- Resolved
-
CORE-7447 Message Subsystem Meta Bug
- Open
-
CORE-7166 SetMenu doesn't show the new menu until a new repaint is forced
- Resolved
-
CORE-12571 Desktop colors not repainted properly
- Resolved