TODO update.

This commit is contained in:
Samuel Guerra 2024-01-08 16:38:34 -03:00
parent 11a14be870
commit c99d97d8fa
1 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
* Scroll changing to start showing scrollbar causes accesskit panic.
- Scrollbar "Controls" the scroll.
- Scroll not included in update.
- Scrollbar inserted, but parent node with updated children list not included.
- Scrollbar is present in info tree from the start, but it is collapsed.
- Collapsed widgets are not send to accesskit.
- Test setting actual Visibility does not cause panic.
- Something about how the scrollbar is collapsed?
# TextInput
* on_click does not work in TextInput.
- We stop propagation of mouse input?
# Publish