-
Notifications
You must be signed in to change notification settings - Fork 29.8k
CupertinoTextField accessibility behavior on Linux should match TextField
#159823
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
CupertinoTextField accessibility behavior on Linux should match TextField
#159823
Conversation
CupertinoTextField accessibility behavior should match TextField on LinuxCupertinoTextField accessibility behavior on Linux should match TextField
5d33d3f to
2afbff6
Compare
justinmc
left a comment
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.
LGTM, good catch!
Do you think it would be possible to define this Semantics stuff at the EditableText level so it's not duplicated across TextField and CupertinoTextField? That's the real core of the problem here. Not for this PR but I'm just curious for the future.
|
I think that's a great idea! I had that same thought when catching this. I'll try to investigate how possible that is, and also see what else we can move down to |
…atch `TextField` (flutter/flutter#159823)
…atch `TextField` (flutter/flutter#159823)
…atch `TextField` (flutter/flutter#159823)
…atch `TextField` (flutter/flutter#159823)
…atch `TextField` (flutter/flutter#159823)
…atch `TextField` (flutter/flutter#159823)
…atch `TextField` (flutter/flutter#159823)
…atch `TextField` (flutter/flutter#159823)
While going through
TextFieldandCupertinoTextFieldI noticed #94898 and #129652 did not make it over toCupertinoTextField. This PR brings over those changes toCupertinoTextField. On Linux after this change theCupertinoTextFieldnow focuses when gaining a11y focus, and unfocuses when losing a11y focus.Pre-launch Checklist
///).