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

Caret Positioning not matching render? #7515

Open
ravengalqueen opened this issue Feb 2, 2025 · 0 comments
Open

Caret Positioning not matching render? #7515

ravengalqueen opened this issue Feb 2, 2025 · 0 comments
Labels
a:text Text rendering, fonts, Text input (mS,bF) bug Something isn't working need triaging Issue that the owner of the area still need to triage

Comments

@ravengalqueen
Copy link

Bug Description

When the caret is moved by the cursor and then by the arrow keys it seems like it changes the position of the caret itself without changing where it's rendered in some way

Screencast.From.2025-02-02.20-44-05.webm

Reproducible Code (if applicable)

TextInput {
   text:startText;
   single-line:false;
}

Environment Details

  • Slint Version: 1.9.1
  • Platform/OS: Linux, NixOS, Gnome wayland
  • Programming Language: Rust
  • Backend/Renderer: Winit i believe

Product Impact

Im trying to build an IDE, which means text is pretty important, im still in the first stages but this is something that definetly could be a bigger issue later since it is quite confusing

@ravengalqueen ravengalqueen added bug Something isn't working need triaging Issue that the owner of the area still need to triage labels Feb 2, 2025
@ogoffart ogoffart added the a:text Text rendering, fonts, Text input (mS,bF) label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:text Text rendering, fonts, Text input (mS,bF) bug Something isn't working need triaging Issue that the owner of the area still need to triage
Projects
None yet
Development

No branches or pull requests

2 participants