-
Notifications
You must be signed in to change notification settings - Fork 29.7k
[a11y] Add isEnabled semantics flag to text field #143334
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
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact "@test-exemption-reviewer" in the #hackers channel in Chat (don't just cc them here, they won't see it! Use Discord!). If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
bd028c1 to
70150d7
Compare
|
This is a good change, but it won't fix #143337. I tried manually wrapping |
|
I did some manually IOS testing, if a semantics node has flags [ the text field semantics node should have enabled/disabled semantics flag. |
|
Reason for revert: broke g3 tests |
This reverts commit 14bce28.
…#143494) Reverts #143334 Initiated by: hangyujin Reason for reverting: broke g3 tests Original PR Author: hangyujin Reviewed By: {LongCatIsLooong} This change reverts the following previous change: Original Description: Add a semantics flag to text field to fix #143337 (in IOS the disabled text field is not read `dimmed`) internal: b/322345393
…lutter#143334)…" This reverts commit 0fac13b.
Add a semantics flag to text field to fix #143337 (in IOS the disabled text field is not read
dimmed)internal: b/322345393
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.