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
Describe here the problem that you are experiencing, or the feature you are requesting.
I want to join a room and copy a piece of information from the room topic. I don't have permission to edit the topic.
I am unable to use ^C or right-click to copy information from the grey-ed out "Room Name" or "Room Topic" boxes.
I don't think it's a human error because I can use ^C or right-click copy to copy the word "Room Addresses" on the room settings page.
It sounds like there is an attribute "readonly" that can be used instead of "disabled" to allow it to be part of the tab flow (for accessibility?) and also to be highlighted and copied from. Doing this means i can't edit the form field but I can tab to it, select and copy from it.
Steps to reproduce
Join a room that requires non-default level to edit the topic
Go to the "Room Settings" page via the right hand panel
Attempt to use ^C or right-click-copy to copy the room topic.
Attempt to use <tab> to move to the text element.
Describe how what happens differs from what you expected.
I want to get the topic into my clipboard.
If i update the page via the inspector, and change disabled="" to readonly="" then the functionality I want is restored.
Version information
Platform: web (in-browser)
For the web app:
Browser: Firefox 81
OS: Ubuntu
URL: app.element.io
The text was updated successfully, but these errors were encountered:
Description
Describe here the problem that you are experiencing, or the feature you are requesting.
I want to join a room and copy a piece of information from the room topic. I don't have permission to edit the topic.
I am unable to use ^C or right-click to copy information from the grey-ed out "Room Name" or "Room Topic" boxes.
I don't think it's a human error because I can use ^C or right-click copy to copy the word "Room Addresses" on the room settings page.
It sounds like there is an attribute "readonly" that can be used instead of "disabled" to allow it to be part of the tab flow (for accessibility?) and also to be highlighted and copied from. Doing this means i can't edit the form field but I can tab to it, select and copy from it.
Steps to reproduce
<tab>
to move to the text element.Describe how what happens differs from what you expected.
I want to get the topic into my clipboard.
If i update the page via the inspector, and change
disabled=""
toreadonly=""
then the functionality I want is restored.Version information
For the web app:
The text was updated successfully, but these errors were encountered: