Actions
Bug #24728
closedAdvanced FE edit: lightbox overlay hides top of page
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2011-01-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently I can reproduce this only in Safari (Mac) when using 4.5beta4 in combination with the advanced feedit extension:
When using advanced FE edit, there is a 500px high black area covering the top of the page. This is caused by the line:
<div id="ux-lightbox-overlay"></div>
near the bottom of the page.
In Firefox the definition looks different and therefore not causing the problem:
<div id="ux-lightbox-overlay" style="display:none"></div>
(issue imported from #M17217)
Updated by Steffen Gebert almost 14 years ago
That's not a core issue, isn't it? So please to http://forge.typo3.org/projects/show/typo3v4-feedit
Updated by Jochen Weiland almost 14 years ago
Yes, absolutely right. I have moved it to forge
Actions