View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
5572 | Composr | core_form_interfaces | public | 2024-01-23 13:02 | 2024-01-25 22:59 |
Reporter | Master Rat | Assigned To | PDStig | ||
Priority | normal | Severity | trivial | ||
Status | resolved | Resolution | fixed | ||
Product Version | 10.0.44 | ||||
Fixed in Version | 10.0.45 | ||||
Summary | 5572: PMs opening in overlay mode when loaded as full URL | ||||
Description | I 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. | ||||
Tags | No tags attached. | ||||
Attach Tags | |||||
Attached Files | |||||
Time estimation (hours) | |||||
Sponsorship open | |||||
|
This happens in other instances as well. Might have to do with the wide_overlay URL parameter. |
|
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. |
|
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/). |
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 |