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)
Updated by Michael Miousse almost 16 years ago
I could not reproduce the bug with typo3 v 4.2.5
i have installed the fe editing and and event with the return false; the popup showed up
anyone can confirm the bug?
Updated by Christian Kuhn over 14 years ago
Resolved, won't fix: Even if this issue would be reproducible (did not try on my own but rely on Michael's note), this won't be fixed in 4.2 anymore, and in 4.3 the frontend editing has been refactored. I guess this issue doesn't exist anymore in recent versions.