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

[Regression] Disabling editable on a LineEdit also disables keyboard shortcuts (Ctrl+C) and select-all-on-focus #99813

Closed
BenLubar opened this issue Nov 28, 2024 · 0 comments · Fixed by #99822

Comments

@BenLubar
Copy link

Tested versions

Encountered in 4.4.dev4.official.36e6207bb
Cannot reproduce in 4.3.stable.official.77dcf97d8

System information

Godot v4.4.dev4 - Debian GNU/Linux trixie/sid trixie on X11 - X11 display driver, Multi-window, 1 monitor - OpenGL 3 (Compatibility) - Mesa Intel(R) Graphics (RPL-P) - 13th Gen Intel(R) Core(TM) i7-1360P (16 threads)

Issue description

Setting the editable property also disables non-editing actions like click-to-select and non-modifying keyboard shortcuts like ^C and ^A

Steps to reproduce

  1. Launch MRP
  2. Click on first LineEdit control
  3. Highlight text manually because it didn't do it automatically
  4. Press Ctrl+C
  5. Attempt to paste in the second LineEdit control

Minimal reproduction project (MRP)

editable-repro.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants