Bug #80966
closedRTE CKEditor: iFrame in Link Browser PopUp too small (Safari)
0%
Description
In Safari (v 10.1) the iframe for selecting a link-target has a height of only 150px and is much smaller than the popup itself.
I have attached a screenshot.
TYPO3-Version: 8.7.1
Files
Updated by Riccardo De Contardi over 7 years ago
that seems a problem of Safari with Iframes. I was able to fix it adding to its parent ( .modal-type-iframe .modal-body
):
position:absolute; width:100%; height:100%;
I have not yet tested the effect on other browsers
Updated by Benni Mack over 7 years ago
- Target version changed from 8 LTS to next-patchlevel
Updated by Frank Rakow over 7 years ago
Same issue in Chrome 59
.modal-iframe needs
position: absolute;
Updated by Riccardo De Contardi over 7 years ago
No more reproducible on latest master (I think it has been solved with https://review.typo3.org/#/c/53184/ that should be soon backported to 8.7, too)
Updated by Mona Muzaffar over 7 years ago
- Is duplicate of Bug #81539: Correct overflow behavior for iframes in modal windows added
Updated by Mona Muzaffar over 7 years ago
- Status changed from New to Resolved
Closing this issue as resolved.
The patch Riccardo mentioned has already been backported - see https://review.typo3.org/#/c/53203.
(https://forge.typo3.org/issues/81539#note-3)
If you think that this is the wrong decision or experience this issue again, please reopen this ticket or open a new ticket and add a relation to this ticket number.