-
-
Notifications
You must be signed in to change notification settings - Fork 898
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
Fix layershell keyboard focus grabs (#4968) #6394
Conversation
Will deal with that tomorrow. Also noticing that, unlike in a nested session, in a root session any mouse presses will result in a press->release if the surface has keyboard interactivity. Don't think this one is my bug due to basically just copying what you did but I'll also take a look tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed but I have some questions on the initial implementation. These seem weird.
Debugged the weird press-release thing mentioned above #6409 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you slap a clang-format? it's painful to read the diff with tabs and spaces mixed
c353f2e
to
26a6456
Compare
generally code is ok |
ran clang format, thats just unrelated junk from it |
26a6456
to
cd1007c
Compare
undid unrelated c-f stuff |
Also focus the last instead of the first.
cd1007c
to
ef34ac1
Compare
217f1e4
to
bcee3a4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtv, thanks!
Describe your PR, what does it fix/add?
Is there anything you want to mention? (unchecked code, possible bugs, found problems, breaking compatibility, etc.)
Is it ready for merging, or does it need work?
Ready to merge.