slint/tests/cases/focus
Olivier Goffart e172ed504f
Some checks are pending
autofix.ci / format_fix (push) Waiting to run
CI / files-changed (push) Waiting to run
autofix.ci / lint_typecheck (push) Waiting to run
CI / docs (push) Blocked by required conditions
CI / wasm (push) Blocked by required conditions
CI / wasm_demo (push) Blocked by required conditions
CI / tree-sitter (push) Blocked by required conditions
CI / python_test (macos-14) (push) Blocked by required conditions
CI / build_and_test (--exclude bevy-example, ubuntu-22.04, 1.85) (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, --exclude bevy-example, windows-2022, 1.85) (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, macos-14, stable) (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, windows-2022, beta) (push) Blocked by required conditions
CI / build_and_test (--exclude ffmpeg --exclude gstreamer-player, windows-2022, stable) (push) Blocked by required conditions
CI / build_and_test (ubuntu-22.04, nightly) (push) Blocked by required conditions
CI / node_test (macos-14) (push) Blocked by required conditions
CI / node_test (ubuntu-22.04) (push) Blocked by required conditions
CI / node_test (windows-2022) (push) Blocked by required conditions
CI / python_test (ubuntu-22.04) (push) Blocked by required conditions
CI / python_test (windows-2022) (push) Blocked by required conditions
CI / cpp_test_driver (macos-13) (push) Blocked by required conditions
CI / cpp_test_driver (ubuntu-22.04) (push) Blocked by required conditions
CI / mcu-embassy (push) Blocked by required conditions
CI / cpp_test_driver (windows-2022) (push) Blocked by required conditions
CI / cpp_cmake (macos-14, 1.85) (push) Blocked by required conditions
CI / cpp_cmake (ubuntu-22.04, stable) (push) Blocked by required conditions
CI / cpp_cmake (windows-2022, nightly) (push) Blocked by required conditions
CI / ffi_32bit_build (push) Blocked by required conditions
CI / cpp_package_test (push) Blocked by required conditions
CI / vsce_build_test (push) Blocked by required conditions
CI / mcu (pico-st7789, thumbv6m-none-eabi) (push) Blocked by required conditions
CI / mcu (pico2-st7789, thumbv8m.main-none-eabihf) (push) Blocked by required conditions
CI / mcu (stm32h735g, thumbv7em-none-eabihf) (push) Blocked by required conditions
CI / updater_test (0.3.0) (push) Blocked by required conditions
CI / fmt_test (push) Blocked by required conditions
CI / esp-idf-quick (push) Blocked by required conditions
CI / android (push) Blocked by required conditions
CI / miri (push) Blocked by required conditions
CI / test-figma-inspector (push) Blocked by required conditions
FocusScope: Remove FocusPolicy and adds two bool state instead (#9263)
As discussed in API review, we thought that as we don't have bitflag,
it makes more sense to have two boolean properties.

Also change the behavior as the focus out event should always be
forwarded regardless of the policy.
2025-08-26 21:42:40 +02:00
..
7058_scrolled_clip.slint Keep focus of child of clipped item that are themselves not clipped 2024-12-16 19:06:08 +01:00
clear_focus.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
event_propagation.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
event_propagation_2.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
event_propagation_3.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
focus_change.slint TextInput: don't get the focus if disabled 2025-06-06 16:28:51 +02:00
focus_change_event.slint Calling focus() on a focusable item that's already focused should be a no-op 2024-10-01 12:31:32 +02:00
focus_change_event_reason.slint Renames after the API review 2025-06-06 12:31:50 +02:00
focus_change_subcompo.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
focus_change_through_signal.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
focus_gained_and_lost.slint Expose FocusReason to .slint as an argument in focus-event-changed and add focus-gained and focus-lost callbacks (#8569) 2025-06-04 09:51:26 +02:00
focus_policy.slint FocusScope: Remove FocusPolicy and adds two bool state instead (#9263) 2025-08-26 21:42:40 +02:00
forward.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
hidden_programmatic.slint Items: Permit calling focus() on invisible items 2025-08-20 10:25:38 +02:00
initial_focus.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
initial_focus_through_component.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
initial_focus_through_layout.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
keyboard_focus.slint Tab with modifier shouldn't change focus 2024-08-12 13:40:58 +02:00
keyboard_focus2.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
keyboard_focus_capture.slint FocusScope: Remove FocusPolicy and adds two bool state instead (#9263) 2025-08-26 21:42:40 +02:00
listview-hidden.slint ListView focus fixes 2025-01-13 21:08:32 +01:00
popupwindow_focus.slint Add FocusEventReason to FocusEvent and add a select all on keyboard focus for TextInput (#8523) 2025-05-27 07:56:13 +02:00
text-input-focused-parent-deleted.slint TextInput: don't get the focus if disabled 2025-06-06 16:28:51 +02:00
text-input-focused.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00