ruffle-rs / ruffle

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

Ruffle does not support multiline text input boxes #9303

Open n0samu opened 1 year ago

n0samu commented 1 year ago

Describe the bug

In Ruffle, when typing into a multiline editable text box, pressing Enter does not create a newline. To reproduce this problem, simply create a text field in Flash, set it to "Input Text" and "Multiline", export the SWF, and open the SWF in Ruffle. Here is an example SWF provided by a user on Discord: TextFieldTest.zip

Expected behavior

Pressing enter should start a new line.

Affected platform

Desktop app

Operating system

Windows 10

Browser

No response

Additional information

The problem occurs with the desktop and web versions of Ruffle and across operating systems and browsers.

Lord-McSweeney commented 8 months ago

This should have been fixed by #15096