Bug #20409
closedTableOperations sub-window not writing back to RTE in IE8
0%
Description
I am running TYPO3 4.2.6 with rtehtmlarea 1.7.9. While running IE8 on Windows XP, the TableOperations table properties windows pops up but does not work properly. Attempting to open a color picker window throws a javascript error. Clicking "Okay" does not close the window, nor does are the changes applied in the RTE. None of the other tools (row, column, cell) appear to do anything at all except remove focus from the RTE.
Color picker error:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Q312461; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.1)
Timestamp: Fri, 8 May 2009 17:35:05 UTC
Message: Access is denied.
Line: 3365
Char: 3
Code: 0
URI: http://www.penrodscanoe.com/typo3temp/rtehtmlarea/htmlarea_000dbb6543e98e8d631a.js
(issue imported from #M11057)
Updated by Stanislas Rolland over 15 years ago
A few patches have been applied in SVN to the RTE for IE8, some of which do fix issues in table operations.
I cannot reproduce the issues reported when using the latest revision (5415) of the TYPO3_4-2 branch, except that the properties editing dialogue windows do loose focus after opening, but only when triggered from the context menu.
Updated by Stanislas Rolland about 15 years ago
Do you encounter this issue with TYPO3 4.2.8?
Updated by James Corell about 15 years ago
TYPO3 4.2.8 fixes the javascript errors with TableOperations.
The focus problem is obnoxious, but clicking on the RTE, then the TableOperations dialogs, then the commit button writes all changes back to the RTE. If the focus issue is being handled in another ticket, I would consider this issue resolved.