It is not possible to add new claims when the language-table (AKA "In other languages") is active. Saving the claim will result in a JS error.
Version: unspecified
Severity: critical
It is not possible to add new claims when the language-table (AKA "In other languages") is active. Saving the claim will result in a JS error.
Version: unspecified
Severity: critical
The JS error already occurred when clicking "add" or "edit" on anything related to the new jQuery.wikibase widgets. This has been an issue since 8f0ec9094e235f1c17c1cface881ddb986d92f22 which changed the "startItemPageEditMode". The second parameter there has been undefined in case of jQuery.wikibase widgets before, since 8f0ec909 it is a jQuery object. Code using the event has to be changed to deal with the jQuery object instead of undefined.