Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
Description
reactOS trunk r71934 unmodified
The ticket aims to improve future cross-exchangability of our components with their windows equivalent and to bring us tighter to what windows does.
When we replace our (=Wine's) comctl32 with the one from W2K3SP2,
we can see that the ListView in our explorer is updated in an endless loop.
When we execute our explorer on W2K3SP2 with W2K3s-comctl32 we display fine -> concluding explorer out of equation.
From my naive thinking this may be a hint of too many explicitly triggered repaints in our WIN32SS combined with too few in our (=Wine's) comctl32 ListView.
CC jimtabor
Attachments
Issue Links
- relates to
-
CORE-4912 comctl32: code commented out in treeview.c
- Open
-
CORE-11609 [PATCH] Missing listview size refresh
- Resolved
-
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-11085 Annoying flickering when selecting items in listview
- Untriaged