Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text editor not accepting accent characters #2674

Open
4 tasks done
lingaspeakingspider opened this issue Nov 22, 2024 · 4 comments
Open
4 tasks done

Text editor not accepting accent characters #2674

lingaspeakingspider opened this issue Nov 22, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@lingaspeakingspider
Copy link

Is your issue REALLY a bug?

  • My issue is indeed a bug!
  • 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

@lingaspeakingspider lingaspeakingspider added the bug Something isn't working label Nov 22, 2024
@lingaspeakingspider
Copy link
Author

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

@lingaspeakingspider
Copy link
Author

The current editor example doesn't work as well. This supports the probability of 0.13 breaking sth.

@airstrike
Copy link
Contributor

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.

@thunderstorm010
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants