-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Firefox - Doesn't copy from disabled textfields #200
Comments
After scanning the source I changed to readonly instead of disabled. It is working now, but it didn't fire an error. |
Fixed at 07a1f84. Please use |
Is this a technical limitation, or a semantic decision? It isn't always possible to interchange |
Unfortunately, this is a technical limitation imposed by browser vendors. |
Ah, ok. That must only be a problem with the |
Hi!
The script isn't working in Firefox when from a disabled textfield. Here a JSFiddle: https://jsfiddle.net/0rab1zxL/33/
The text was updated successfully, but these errors were encountered: