We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
Automated response: PMs opening in overlay mode when loaded as full URL
PMs opening in overlay mode / wide high when loaded as full URL (e.g. wordfilter blocks).
This was an issue in do_form_submit which would leave / set the form target to _top, causing the overlay to direct the browser to a wide_high / overlay style page.
I added a clause in there that if overlay=1 is in the URL, then we set the form target to _self instead, which will make the overlay, not the browser, load the URL, as it should.
(Click to enlarge)
#5572 - PMs opening in overlay mode when loaded as full URL
PMs opening in overlay mode / wide high when loaded as full URL (e.g. wordfilter blocks).
This was an issue in do_form_submit which would leave / set the form target to _top, causing the overlay to direct the browser to a wide_high / overlay style page.
I added a clause in there that if overlay=1 is in the URL, then we set the form target to _self instead, which will make the overlay, not the browser, load the URL, as it should.