-
Notifications
You must be signed in to change notification settings - Fork 168
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
Show search button in search bar #4985
Conversation
💥 Visual regression tests webUIFiles2 failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/14848/
💥 Acceptance tests webUIFiles2 failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/14848/
|
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.
Did you discuss this further somewhere outside of Confluence? The way I understood it the button could/should only be visually hidden as long as there's no input in the search field and then appear as soon as input.length() > 0
or sth
In any case you may want to delete the example for the Search example with visually hidden button
and make sure linter & tests are happy 🤓
Ahh okay. I only worked with the infos in Confluence, which basically state that the button should be "invisible" for screen readers only. I mean, it's not on me to decide, but buttons which suddenly (dis-)appear based the on input... Sure you want to go this way? :D |
Same reservations from my side on this, let me summon @tbsbdr & @kulmann on this and let them decide? |
Forget about the example stuff, thought we're inside ODS but this is web, after all... |
💥 Visual regression tests webUIFiles2 failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/14867/
💥 Acceptance tests webUIFiles2 failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/14867/
|
@individual-it Do you have an idea why the tests fail here?
I updated the screenshot, but the test still fails.
Drone complains about failing tests related to sorting, which is not part of this PR at all. |
@JammingBen let me look into the updated screenshot, the other failures in the github comment are IMO a bug in the script that uploads the screenshot see #4869 |
💥 Acceptance tests webUIFiles2 failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/14897/
|
@JammingBen I've updated the screenshot, please rebase on master, that should make more tests green |
c6bb2c4
to
aa98729
Compare
Awesome, thanks! |
💥 Acceptance tests webUIFiles2 failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/14903/
|
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!
Description
Show search button in search bar to make it a11y compliant.
Types of changes
Checklist: