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 the bug
In DSpace 7.6, if you have an input field of type onebox that uses a controlled vocabulary, if you triple click in the input field, the modal is dismissed and an undefined value is filled. I have entities disabled and this seems to affect any input field using a onebox with a controlled vocabulary.
To Reproduce
Steps to reproduce the behavior:
Configure submission-forms.xml with an input field of type onebox that is using a controlled vocabulary. For example:
Describe the bug
In DSpace 7.6, if you have an input field of type
onebox
that uses a controlled vocabulary, if you triple click in the input field, the modal is dismissed and anundefined
value is filled. I have entities disabled and this seems to affect any input field using a onebox with a controlled vocabulary.To Reproduce
Steps to reproduce the behavior:
submission-forms.xml
with an input field of typeonebox
that is using a controlled vocabulary. For example:The browser console shows an error
TypeError: can't access property "isSelected"...
Video (webm/vp9):
submission.webm
Video (mp4):
submission.mp4
Expected behavior
Nothing should happen.
The text was updated successfully, but these errors were encountered: