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
{{ message }}
This repository has been archived by the owner on Oct 27, 2018. It is now read-only.
When updating a hidden field (which occurs in an event involving multiple different javascript plugins) the request for the property "selectionStart" from variable "element" on line 469 of file "rsf.js" triggers an error.
Hidden fields do not support selection, and so there should be a check for whether or not the field is hidden before affecting selection in any way.
This function is important for updating another field, which is not affected by the script as the exception skips the call to "firer.fire()".
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When updating a hidden field (which occurs in an event involving multiple different javascript plugins) the request for the property "selectionStart" from variable "element" on line 469 of file "rsf.js" triggers an error.
Hidden fields do not support selection, and so there should be a check for whether or not the field is hidden before affecting selection in any way.
This function is important for updating another field, which is not affected by the script as the exception skips the call to "firer.fire()".
The text was updated successfully, but these errors were encountered: