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
redmine_ckeditor:221 Uncaught TypeError: selected.size is not a function
at HTMLOptionElement. (redmine_ckeditor:221:16)
at Function.each (jquery-3.6.1-ui-1.13.2-ujs-6.1.7.js?1701117004:2:3003)
at S.fn.init.each (jquery-3.6.1-ui-1.13.2-ujs-6.1.7.js?1701117004:2:1481)
at moveItem (redmine_ckeditor:219:43)
at HTMLInputElement.onclick (redmine_ckeditor:196:44)
changing selected.size to selected.length make the buttons works
Redmine v.5.1.1
plugin version 1.2.4
The text was updated successfully, but these errors were encountered:
In the plugin configuration page: http://redmine/settings/plugin/redmine_ckeditor , is not possible to add or remove buttons, because the js function has an error.
redmine_ckeditor:221 Uncaught TypeError: selected.size is not a function
at HTMLOptionElement. (redmine_ckeditor:221:16)
at Function.each (jquery-3.6.1-ui-1.13.2-ujs-6.1.7.js?1701117004:2:3003)
at S.fn.init.each (jquery-3.6.1-ui-1.13.2-ujs-6.1.7.js?1701117004:2:1481)
at moveItem (redmine_ckeditor:219:43)
at HTMLInputElement.onclick (redmine_ckeditor:196:44)
changing selected.size to selected.length make the buttons works
Redmine v.5.1.1
plugin version 1.2.4
The text was updated successfully, but these errors were encountered: