preferences doesn't allow to tab to next field #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fields are not linked via tab and shift-tab to jump between fields in preferences
Done in
a0c3a72,6717249,c5e812fand1dcadeb.Iced has no tab-order property: text_input deliberately returns Status::Ignored for tab so the application moves the focus itself. Tab and shift-tab now map to focus_next/focus_previous, and the order is the widget tree order, which is already the visual order of the fields.
Three things came out of that: