View Issue Details

IDProjectCategoryView StatusLast Update
5572Composrcore_form_interfacespublic2024-01-25 22:59
ReporterMaster Rat Assigned ToPDStig  
PrioritynormalSeveritytrivial 
Status resolvedResolutionfixed 
Product Version10.0.44 
Fixed in Version10.0.45 
Summary5572: 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.
Attach Tags
Attached Files
ScreenFullSize.png (138,906 bytes)   
ScreenFullSize.png (138,906 bytes)   
Time estimation (hours)
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

PDStig

2024-01-23 13:35

administrator   ~8226

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

admin

2024-01-25 22:59

administrator   ~8242

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   ~8243

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/).

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 PDStig Note Added: 0008226
2024-01-23 13:35 PDStig Assigned To => user4172
2024-01-23 13:35 PDStig Status Not Assigned => Assigned
2024-01-25 22:00 PDStig Summary Trivial Bug in PM => PMs opening in overlay mode when loaded as full URL