You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not crazy! I will not fill out this form just to ask a question or request a feature. Pinky promise.
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?
The text-editor widget is not accepting any accented characters, like "ğ","ü","ç","ö". I used the example on the docs.rs page for iced::widget::text_editor.
What is the expected behavior?
It accepting these characters.
Version
crates.io release
Operating System
Linux
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered:
For the sake of repro, I've run this editor: https://github.com/klevercorrea/iced-editor
This editor accepts these characters, but the app uses 0.12. Maybe something changed in 0.13
For the sake of repro, I've run this editor: https://github.com/klevercorrea/iced-editor This editor accepts these characters, but the app uses 0.12. Maybe something changed in 0.13
FWIW I can't get that version of the editor to compile. But seeing as that's just the editor example provided by iced, I ran
git checkout 0.12
cargo run --package editor
And as expected dead keys did not work then either.
Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
The text-editor widget is not accepting any accented characters, like "ğ","ü","ç","ö". I used the example on the docs.rs page for iced::widget::text_editor.
What is the expected behavior?
It accepting these characters.
Version
crates.io release
Operating System
Linux
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: