View Issue Details

IDProjectCategoryView StatusLast Update
5976Composrcorepublic2024-11-20 22:11
ReporterPDStig Assigned ToPDStig  
PrioritynormalSeveritytrivial 
Status resolvedResolutionfixed 
Product Version11.beta4 
Summary5976: URL Comcode tag with rel lightbox does not show properly-sized lightbox
DescriptionThe URL Comcode tag with a lightbox ref will open an overlay to display the media, but it will not be the correct size (too small).
TagsRoadmap: v11
Attach Tags
Attached Files
Time estimation (hours)
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

admin

2024-11-20 22:11

administrator   ~9644

Automated response: 5976: URL Comcode tag with rel lightbox does not show properly-sized lightbox

Cross-Origin iframes never return true for loaded, thus never resize, because of browser restrictions on contentWindow.

This update makes hasIframeLoaded forcefully return true (even if it's not loaded) when we cannot use contentWindow because there is no other way (besides an event listener, which will get very complicated) to monitor for if an iframe has loaded.

admin

2024-11-20 22:11

administrator   ~9645

Fixed in Git commit 6865c58f04 (https://gitlab.com/composr-foundation/composr/commit/6865c58f04 - link will become active once code pushed to GitLab)

admin

2024-11-20 22:11

administrator   ~9646

A hotfix (a TAR of files to upload) has been uploaded to this issue. Only apply this hotfix if you absolutely need it and cannot wait until the next release of Composr (releases are more reliable and strictly tested). As of Composr version 11, the recommended way to apply a hotfix is by following the same steps as an upgrade (https://baseurl/upgrader.php, use the hotfix on the step “Transfer across new/updated files”). The upgrader will automatically skip files belonging to addons you do not have installed or that are newer on disk than in the hotfix. Otherwise, you can manually extract and replace these files (do not replace if your on-disk file is newer than the one in the hotfix). Always take backups of your site or at least files you are replacing before applying a hotfix. 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-10-03 00:52 PDStig New Issue
2024-10-03 00:52 PDStig Status Not Assigned => Assigned
2024-10-03 00:52 PDStig Assigned To => user4172
2024-10-03 00:52 PDStig Tag Attached: Roadmap: v11