ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.65k stars 813 forks source link

Onda Educa - Scaling issue causes text input misalignment in forms #3720

Open sombraguerrero opened 3 years ago

sombraguerrero commented 3 years ago

Describe the bug In several of Onda's Morfosintaxis applications where long, freeform text fields are used, when the form is fresh, the cursor focuses outside of the intended bounds (whitepace) of the text boxes. You can see text rendering below where it should as you type. Deleting the entire line will return the cursor to within the bounds of the textbox, but still notably off.

Expected behavior Text input should be dynamically aligned with the MovieClip's scale.

Is the problem with the Ruffle desktop app, extension, or self-hosted version? Desktop and Web builds: 3/20/21 nightlies

What platform are you using? Windows 10, Chromium based browsers, and Firefox. Nvidia based GPU. datos_del_centro FORMULARIO_COLEGIO.zip

Very likely related to or same root as #3192

sombraguerrero commented 3 years ago

Retest once PR #3917 is merged.

sombraguerrero commented 3 years ago

3917 did not impact this issue.