Bug #17767
closedPopup windows close automatically after 5 seconds
0%
Description
Using TYPO3-trunk and rtehtmlarea 1.6.2dev the following problem happens: whenever a popup window is opened by clicking on a button of the RTE (link, image, about, etc.), the window stays open for only about 5 seconds, then closes automatically and causes the frame where the editing is taking place to reload.
This happens with Firefox 2.0.0.9 (on Mac OS X) and a rather old version of Camino (another Mozilla-based browser). I will try to test with other browsers tomorrow.
When open a text content element for editing, the console reports the following:
button has no properties
(no name)()prototype.js (line 1348)
setUndoQueueLater(undefined)htmlarea_4a4d772f... (line 111)
generatePlugins(1)htmlarea_4a4d772f... (line 65)
},
When clicking on a button that pops up a window, an additional error appears in the console:
button has no properties
},
Same error is thrown again when the frame reloads.
(issue imported from #M6676)