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

Unintended input when text editor gains focus #2621

Open
4 tasks done
wezm opened this issue Sep 30, 2024 · 1 comment
Open
4 tasks done

Unintended input when text editor gains focus #2621

wezm opened this issue Sep 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@wezm
Copy link

wezm commented Sep 30, 2024

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?

This is a bit of niche one. I use the Awesome tiling window manager on Linux. I have Super+j and Super+k bound to cycle back/forward through windows. When the focus reaches an Iced application with a text input a j or k is typed in the message box. This doesn't happen with any other applications on my system. I first observed the behaviour in the Halloy IRC client but it happens with the editor example too.

Steps to Reproduce

  • Run Awesome WM
  • Cycle through applications with Super+j until the Iced editor example is reached
  • Observe a j or k is typed.

Video of behaviour:

iced.mp4

Environment

OS: Arch Linux, kernel 6.9.7
WM: Awesome
Display Server: X11
GPU: AMD Radeon RX 6700 XT

What is the expected behavior?

Expected behaviour is that when an iced application is focused via a keyboard shortcut no text is typed.

Version

master

Operating System

Linux

Do you have any log output?

No response

@wezm wezm added the bug Something isn't working label Sep 30, 2024
@ltning
Copy link

ltning commented Oct 6, 2024

This is the case in several environments, including WindowMaker WM on FreeBSD: squidowl/halloy#284

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

2 participants