-
Notifications
You must be signed in to change notification settings - Fork 268
Adjust new file upload guidance for Dragon users #5073
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 can preview this change here:
To edit notification comments on pull requests, go to your Netlify project configuration. |
src/components/file-upload/index.md
Outdated
| With the improved File upload component, users can say commands for interacting with web page controls to choose files. | ||
|
|
||
| However, due to [browser security features](https://developer.mozilla.org/en-US/docs/Web/Security/User_activation), this may not work on subsequent interactions on the same page. If the component needs to be used more than once (for example, to correct a mistake), users will first need to perform another action, such as a mouse click. | ||
| However, due to [browser security features](https://developer.mozilla.org/en-US/docs/Web/Security/User_activation), this may not work immediately or on subsequent interactions on the same page. If users cannot interact with the component, they will first need to perform another action, such as a mouse click. |
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.
| However, due to [browser security features](https://developer.mozilla.org/en-US/docs/Web/Security/User_activation), this may not work immediately or on subsequent interactions on the same page. If users cannot interact with the component, they will first need to perform another action, such as a mouse click. | |
| However, due to [browser security features](https://developer.mozilla.org/en-US/docs/Web/Security/User_activation), this may not work right away or on subsequent interactions on the same page. If users cannot interact with the component, they'll first need to perform another action, such as a mouse click. |
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.
Thanks, I've made those changes and pushed.
calvin-lau-sig7
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.
Makes sense! How do these suggestions look to make it a bit more readable?
We learned that sometimes a Dragon command works the first time, and sometimes it doesn't. This changes the text to work for both scenarios.
2c26914 to
51553f9
Compare
We learned that sometimes a Dragon command for using the file upload component works the first time, and sometimes it doesn't. This changes the guidance text to work for both scenarios.
For more context:
Someone from the NHS Design System contacted us that when they test the new file upload component with Dragon they cannot interact with it at all before performing another action. In our testing the first time always worked. As user activation is supposed to need another action after a page load, we assume that there is a bug somewhere on our side (probably in the Chrome browser).
The fact is that our testing results are different means we are keeping the language of "may" as different versions of Dragon/Chrome/Windows behave inconsistently.