OSX Tab change input field focus breaks rendering
Author: amatrelanCreated Mar 9, 2023Updated Jun 8, 2023
Labelsbugshell/mac
When using tab to change focus to next input element it breaks rendering in OSX. Normal clicking to elements don't break it.
Commit: c02452ddeebc527992e8f112f434f23ce24c934d
System info
- Macbook Pro 2019
- macOS: Ventura 13.2.1
Steps to Reproduce
git clone https://github.com/linebender/druidcd druid/druidcargo run --example flex- Go to either input field (I went to hello)
- Press tab

Source: linebender/druid