Open lingaspeakingspider opened 1 week ago
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
The current editor example doesn't work as well. This supports the probability of 0.13 breaking sth.
Related #1544
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.
I needed to run cargo update for it to compile, but it did eventually work. I didn't try the example of 0.12, I'll test later.
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