MyBB Community Forums

Full Version: My Alerts wysiwyg editor not shaded on alerts pop-up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When you're on a page with the wysiwyg editor and click on "View Alerts", the alerts pop up and it gets highlighted, while the background becomes shaded (totally fine so far). but then the wysiwyg editor is not shaded, its still lighted.

Screenshot: http://image.prntscr.com/image/e715f667f...2b9c44.png
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/2441

Thanks for contributing to MyBB!

Regards,
The MyBB Group
Are you really sure it's a MyBB bug?
The screenshot only shows the Quck Advanced Editor which is a plugin. It never happened to me with the default editor. Maybe it's only related to this plugin.
(2016-06-30, 02:45 PM)limu Wrote: [ -> ]Are you really sure it's a MyBB bug?
The screenshot only shows the Quck Advanced Editor which is a plugin. It never happened to me with the default editor. Maybe it's only related to this plugin.

I've tested it locally and it appears to be a bug with MyBB's rel="modal" approach to modals. Modals created using onclick are handled correctly, just not automated modals. We came to the decision to leave it this way as patching the automated modals would require extending the modal library we use.

@OP: Are you using the current version of the plugin with the current template for myalerts_headericon? The template should look like this: https://github.com/MyBBStuff/MyAlerts/bl...ricon.html
So this does not get fixed?
(Btw, this happens also in new reply and new thread editor)
(2016-06-30, 03:25 PM)Euan T Wrote: [ -> ]@OP: Are you using the current version of the plugin with the current template for myalerts_headericon? The template should look like this: https://github.com/MyBBStuff/MyAlerts/bl...ricon.html
I am using the latest version, yes. And yes, it looks as it in that github page.
What's your URL? Do you have a test account?