Feedback
Templated picker controls do not honour TabStop during keyboard traversal
- Status
- Fixed
- Fixed in
- v26.6.3
- Source discussion
- https://forum.objo.dev/d/314-tabstop-doesnt-work-correctly
- Last updated
- 2026-06-11
Public summary
ColourPicker.TabStop = False does not remove the colour picker from keyboard Tab traversal. A window with three colour pickers still focuses the middle picker even when its TabStop property is set to False, so keyboard users cannot rely on the documented tab order behaviour for this control.