View Issue Details

IDProjectCategoryView StatusLast Update
0019407MMW 5Tracklistpublic2026-09-17 20:49
Reporterlowlander Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product Version2024.0 
Target Version2027.1 
Summary0019407: Inline Editing via keyboard: Shift/Shift+Tab behavior
DescriptionCurrently Tab and Shift+Tab will tab through the interface when reaching the end or beginning respectively of the fields when used during in-line editing.

I'd expect both to stop at the end/beginning respectively instead of moving to different interface elements when used during inline edit.
TagsNo tags attached.
Fixed in build

Activities

rusty

2026-09-17 20:49

administrator   ~0082264

Explorer takes a slightly different approach that I think would make sense:
1) When inline-edit (F2) is activated, TAB/SHIFT_TAB switches between fields and between files i.e.
 - after the last field in the current file, focus would advance to the first field in the next file
 - after the last field in the last file, focus would 'advance' to the first field in the first file
2) When inline-edit (F2) is de-activated, TAB/SHIFT works as it currently does