Bug #17223
closedPopup for Frontend-Editing is not showing up
0%
Description
A lot of editors of us are using FE-editing. I guess since 4.1.0 and 4.0.5 it's not working anymore. A klick on the pen show no effect not matter which browser I used > FF, IE6/7 > no popup appears.
A comment in the dev-list mentioned this issue as well. There are also problems with other popups of certain sizes.
Code example:
<a onclick="vHWin=window.open('http://...','FEquickEditWindow','width=540,height=400,status=0,menubar=0,scrollbars=1,resizable=1');vHWin.focus();return false;" href="http://.../index.php?id=9#">
<img class="frontEndEditIcons" width="11" height="12" border="0" align="top" alt="" title="Überschrift bearbeiten" src="typo3/gfx/edit_fe.gif"/>
</a>
I made a change through Firebug and deleted the "return false" expression. Suddenly the popup returned.
(issue imported from #M5464)