-
Notifications
You must be signed in to change notification settings - Fork 18
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
Page with more then one Atto editor cause display of double layout icons in dialog #27
Comments
This CSS code seems to work as a quick-and-easy solution (but there may be unforeseen consequences):
More fundamentally, I think this can be fixed by changing (but again, there may be unforeseen consequences):
To: This source then needs to be worked through into the build files (is this an automated process?): moodle-atto_bsgrid/yui/build/moodle-atto_bsgrid-button/moodle-atto_bsgrid-button-debug.js Line 134 in f9a218f
And, probably most importantly: moodle-atto_bsgrid/yui/build/moodle-atto_bsgrid-button/moodle-atto_bsgrid-button-min.js Line 1 in f9a218f
Edit: updated CSS fix so that it doesn't conflict with atto_generico plugin |
I created a pull request #28 |
Thank you @johnhpercival :-) |
You can download the updated plugin https://github.com/johnhpercival/moodle-atto_bsgrid |
Thanks Ralf. In an ideal world the plugin owner/maintainer would check, confirm and then merge my proposed changes into the main repository here. |
When opening the BSGrid dialog in a question settings edit page, with multiple Atto editors, the layout icons are displayed multiple times.
The text was updated successfully, but these errors were encountered: