iced-rs/iced

TextInput value overflow with tiny-skia backend

edouardparis opened this issue · 0 comments

Is there an existing issue for this?

  • I have searched the existing issues.

Is this issue related to iced?

  • My hardware is compatible and my graphics drivers are up-to-date.

What happened?

After entering a long chain of characters and unfocusing the text input, the value overflow the input bounds.

Example with ICED_BACKEND=tiny-skia cargo run -p tour
20240403_12h54m26s_grim

Both master and 12.1 version are affected

What is the expected behavior?

The text input value should not overflow the input bounds.

Version

crates.io release

Operating System

Linux

Do you have any log output?

No