Kamil Jarosz
Kamil Jarosz
Some stores do not ignore whitespace and newlines, treating the description as preformatted text (e.g. GNOME Software, Mintinstall).
I thought I'd include the scripts I used for compiling tests. They might come in handy when editing a test in the future!
It's a TODO from https://github.com/ruffle-rs/ruffle/issues/5443. Flash Player sometimes generates spurious input events (i.e. events that did not happen in reality). This is very common in case of Tab, when pressing...
It's a TODO from https://github.com/ruffle-rs/ruffle/issues/5443. After the focus is lost (by e.g. clicking away or the focused object being removed) the next object may be focused by pressing tab. Currently...
This patch fixes the logic behind selecting text when focusing the text field. Most importantly, it will fix the issue of text being selected when clicking instead of a caret...