MyBB Community Forums
[Pushed] My Alerts wysiwyg editor not shaded on alerts pop-up - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Development (https://community.mybb.com/forum-161.html)
+--- Forum: MyBB 1.8 Development (https://community.mybb.com/forum-165.html)
+---- Forum: 1.8 Bugs and Issues (https://community.mybb.com/forum-157.html)
+----- Forum: Pushed (https://community.mybb.com/forum-183.html)
+----- Thread: [Pushed] My Alerts wysiwyg editor not shaded on alerts pop-up (/thread-194899.html)



My Alerts wysiwyg editor not shaded on alerts pop-up - thelovelyone - 2016-06-29

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


RE: My Alerts wysiwyg editor not shaded on alerts pop-up - Euan T - 2016-06-29

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


RE: My Alerts wysiwyg editor not shaded on alerts pop-up - limu - 2016-06-30

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.


RE: My Alerts wysiwyg editor not shaded on alerts pop-up - Euan T - 2016-06-30

(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/blob/master/inc/plugins/MybbStuff/MyAlerts/templates/headericon.html


RE: My Alerts wysiwyg editor not shaded on alerts pop-up - thelovelyone - 2016-06-30

So this does not get fixed?
(Btw, this happens also in new reply and new thread editor)


RE: My Alerts wysiwyg editor not shaded on alerts pop-up - Euan T - 2016-06-30

(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/blob/master/inc/plugins/MybbStuff/MyAlerts/templates/headericon.html



RE: My Alerts wysiwyg editor not shaded on alerts pop-up - thelovelyone - 2016-06-30

I am using the latest version, yes. And yes, it looks as it in that github page.


RE: My Alerts wysiwyg editor not shaded on alerts pop-up - Euan T - 2016-06-30

What's your URL? Do you have a test account?