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 Jun 11, 2024. It is now read-only.
Sometimes (seems random to me) when I click Add Property and select a property, it is added to the resource view, but is not editable - the input field for its value is missing. See the screenshot for details (the "...active_ingredient" property is the added one). In the Firebug console, the following error is displayed:
TypeError: this.element(...).autocomplete(...).keydown(...).data(...) is undefined http://lod2-dev.vse.cz/ontowiki/libraries/RDFauthor/src/widget.resource.js
Line 663
Cancelling and adding again solves this, so it is definitely not a critical issue.
The text was updated successfully, but these errors were encountered:
we could reproduce this issue by opening a RDFauthor popover controller (e.g. by creating a new instance) and cancelling it immediately.
@seebi
currently, we do not know how to fix this issue 'correctly'. the problem seems to be that the DOM is not reverted properly after cancel. reloading the whole page is a quick workaround for this issue.
Sometimes (seems random to me) when I click Add Property and select a property, it is added to the resource view, but is not editable - the input field for its value is missing. See the screenshot for details (the "...active_ingredient" property is the added one). In the Firebug console, the following error is displayed:
TypeError: this.element(...).autocomplete(...).keydown(...).data(...) is undefined
http://lod2-dev.vse.cz/ontowiki/libraries/RDFauthor/src/widget.resource.js
Line 663
Cancelling and adding again solves this, so it is definitely not a critical issue.
The text was updated successfully, but these errors were encountered: