-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: Wine
-
Environment:
Operating System: ReactOS
Platform: x86 Hardware
-
Module:
-
Guilty Revision:38,894
-
External URL:
-
External issue ID:5392
from Revision 38894
Reapply ros specific hack to stop the treeview scrollbars from continuous painting.
- TREEVIEW_UpdateScrollBars(infoPtr);
+ //
+ // This is correct, but is causes and infinite loop of WM_PAINT messages, resulting
+ // in continuous painting of the scroll bar in reactos. Comment out until the real
+ // bug is found
+ //
+ //TREEVIEW_UpdateScrollBars(infoPtr);
- blocks
-
CORE-5577 METABUG: comctl32 incompatibility
-
- Open
-
-
CORE-7797 Moving a window around the desktop quickly creates a cascade effect.
-
- Open
-
- relates to
-
ROSTESTS-184 WHS-Testbot hangs on user32:msg_paint
-
- Open
-
-
CORE-17780 Scrollbars theming, is not displayed until you hover the mouse cursor over it, after scrolling the rapps treeview with the mouse-wheel
-
- Resolved
-
-
CORE-7447 Message Subsystem Meta Bug
-
- Open
-
-
CORE-11750 SW_SCROLLCHILDREN flag for ScrollWindowEx seems to be not correctly implemented in ReactOS
-
- Resolved
-
-
CORE-11615 comctl32:ListView & WIN32SS
-
- Untriaged
-