Posted 15 July 2026, 12:35 pm EST
The C1DockOuterPicker buttons constantly flicker while dragging a tab around in preparation to dock is somewhere in the C1DockControl. This only happens with the C1DockOuterPickers and not the C1DockInnerPickers I believe because of the popups in the C1DockOuterPicker style. I tried editing the style alone but could not fix the flicker issue.
I noticed in the DockDragDropData class on MouseMove it is calling DragOut() which hides the pickers, and then soon after that it looks like it calls SetupAllowDeny() which then shows the pickers. I’m guessing this interaction of hide → show → hide → show is causing the flickering? Is there anything I could do to fix this from my end using just what I have access to - the styling?
For context I am using C1 v9.0.20251.1133. If this issue has been fixed in a newer release like v10+ then I can work with our system admin to get it updated.
