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

Allow for focusable Eww windows #27

Closed
elkowar opened this issue Oct 18, 2020 · 1 comment
Closed

Allow for focusable Eww windows #27

elkowar opened this issue Oct 18, 2020 · 1 comment

Comments

@elkowar
Copy link
Owner

elkowar commented Oct 18, 2020

Currently, Eww windows cannot be focused. This makes widgets like Entry (a text input field) mostly useless, as you cannot type in them without focusing them.

Thus, a config option on <window> should be introduced that allows a widget to be focusable.

Acceptance Criteria

  • <window> supports the focusable="true" attribute, which then allows the user to focus the window.
  • As a result of that, the input field is usable.
@elkowar
Copy link
Owner Author

elkowar commented Oct 23, 2020

@alx365 you where waiting for this, no? you can now use the <input> tag properly

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

No branches or pull requests

1 participant