Actions
Bug #23778
closedhtmlArea RTE: Merging table cells using context menu doesn't work in Firefox
Start date:
2010-10-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Like the title says if you want to merge table cells using context menu in Firefox it will not work as expected.
(issue imported from #M16045)
Files
Updated by Mikkel Ricky almost 14 years ago
A patch containing a workaround for this issue is attached.
Gecko based browsers merge cells in a specific (and apparently broken) way, and the workaround makes merging cells work the same way in all browser, i.e. using two popup dialogs for getting the number of rows and columns to merge.
Updated by Stanislas Rolland almost 14 years ago
Please test the attached patch. Clear the RTE cache, using the BE Clear cache menu, after applying the patch.
Updated by Mikkel Ricky almost 14 years ago
I have tested the attached patch and it indeed makes merging cells work in Firefox.
Updated by Stanislas Rolland almost 14 years ago
Thanks for testing.
Committed to SVN TYPO3core trunk (revision 10133) and branch TYPO3_4-4 (revision 10134).
Actions