You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another symptom of the site being vanilla I think.
May have been to do with accessibility when we are not using a virtual-dom - we have set the user-select: none on the display: none elements but not sure why the 'active' content is not selectable.
It may also have been to do with accessibility in not accidentally highlighting text when trying to press buttons. We could look into more if we feel it is an issue.
The part of the app which is intended for printing is printable using the button.
There might be use cases for copy pasting other text though.
Problem
The user cannot select text by dragging with their mouse cursor on the site. This is unexpected and prevents the user from easily copying useful text.
Reproducing
Expected
The text is selected, as normal.
Actual
The text cannot be selected.
Environments
...and also...
The text was updated successfully, but these errors were encountered: