Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toolbar configuration. Not possible do add or remove buttons #357

Open
ricmtd opened this issue Mar 7, 2024 · 1 comment
Open

Toolbar configuration. Not possible do add or remove buttons #357

ricmtd opened this issue Mar 7, 2024 · 1 comment

Comments

@ricmtd
Copy link

ricmtd commented Mar 7, 2024

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

ckeditor_plugin

Redmine v.5.1.1
plugin version 1.2.4

@dust2k
Copy link

dust2k commented Jul 17, 2024

I got the same issue recently, already sent an email to Anna to see when she can fix it..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants