-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Make the password accessory look and behave disabled when the entry is disabled #3914
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
You had accidentally pasted the wrong commit into the commit. I updated the PR description with #3908 but I would recommend that you squash merge the PR to be able to change the description of the commit before merging. |
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.
One minor note about an unnecessary setup of image tests.
entry, window := setupPasswordTest(t) | ||
defer teardownImageTest(window) |
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.
Do you really need to do this when not using any image tests?
BTW: I noticed that that function is writing to the same markup test file on each call which seems unnecessary. Will push a new PR to fix that.
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.
I realised that the new code is in line with the old code and isn't technically doing anything wrong. I'll fix the function on develop some time in the future to make sure that we aren't updating that markup on each test setup.
Thanks for fixing it up. I am over tired this week! |
Fixes #3908
Checklist: