View Issue Details

IDProjectCategoryView StatusLast Update
0005572Composrcore_form_interfacespublic2024-01-25 22:59
ReporterMaster RatAssigned ToPatrick Schmalstig 
SeverityTrivial-bug 
Status resolvedResolutionfixed 
Product Version10.0.44 
Fixed in Version10.0.45 
Summary0005572: PMs opening in overlay mode when loaded as full URL
DescriptionI wrote a PM to someone. I included a word that is on the bad word list and it caught it, I then deleted the word and hit ok then send after. I sent the PM the screen went into what I would refer to as mobile (Fullscreen) mode and I had to reload from home to get the template back to normal size.
TagsNo tags attached.
Time estimation (hours)
Sponsorship open

Activities

Master Rat

2024-01-23 13:02

reporter  

ScreenFullSize.png (138,906 bytes)
ScreenFullSize.png (138,906 bytes)

Patrick Schmalstig

2024-01-23 13:35

administrator   ~0008226

This happens in other instances as well. Might have to do with the wide_overlay URL parameter.

admin

2024-01-25 22:59

administrator   ~0008242

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.

admin

2024-01-25 22:59

administrator   ~0008243

Fixed in git commit 6af0095c36 (https://gitlab.com/composr-foundation/composr/commit/6af0095c36 - link will become active once code pushed to GitLab)

A hotfix (a TAR of files to upload) has been uploaded to this issue. These files are made to the latest intra-version state (i.e. may roll in earlier fixes too if made to the same files) - so only upload files newer than what you have already. If there are files in a hot-fix that you don't have then they probably relate to addons that you don't have installed and should be skipped. Always take backups of files you are replacing or keep a copy of the manual installer for your version, and only apply fixes you need. These hotfixes are not necessarily reliable or well supported. Not sure how to extract TAR files to your Windows computer? Try 7-zip (http://www.7-zip.org/).

hotfix-5572, 2024-01-25 10pm.tar (45,568 bytes)

Issue History

Date Modified Username Field Change
2024-01-23 13:02 Master Rat New Issue
2024-01-23 13:02 Master Rat File Added: ScreenFullSize.png
2024-01-23 13:35 Patrick Schmalstig Note Added: 0008226
2024-01-23 13:35 Patrick Schmalstig Assigned To => Patrick Schmalstig
2024-01-23 13:35 Patrick Schmalstig Status non-assigned => assigned
2024-01-25 22:00 Patrick Schmalstig Summary Trivial Bug in PM => PMs opening in overlay mode when loaded as full URL