Actions
Bug #34634
closedInserting Tables is broken in 4.5.12 and 4.6.5
Status:
Closed
Priority:
Must have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2012-03-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After upgrading TYPO3 to 4.5.12 and 4.6.5 inserting tables via RTE fails.
Latest FF says:
Error: HTMLArea.util.Color.colorToHex(element && element.style.borderColor ? element.style.borderColor : this.properties.borderColor && this.properties.borderColor.defaultValue ? this.properties.borderColor.defaultValue : "") is null Source file: http://xxxxxx/typo3temp/compressor/htmlarea_cumulative_26d8390a9806dabb7c6c_compressed- 6e184a46173deb6d9f67984f1417affe.js.gzip Line: 657
where as latest Chrome mumbles
Uncaught TypeError: Cannot call method 'substr' of null
The window to define the table parameters does not appear.
Updated by Christian Hennecke over 12 years ago
This also affects the properties dialogs of table, row, column, and cell. Same error message.
The error is related to the border settings. It does not occur if
disableBordersFieldsetInTableOperations = 1
Updated by Stanislas Rolland over 12 years ago
- Status changed from New to Accepted
- Assignee set to Stanislas Rolland
- Target version set to 4.5.13
Updated by Gerrit Code Review over 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/9465
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/9466
Updated by Stanislas Rolland over 12 years ago
Please test these changes for 4.5 and 4.6.
Updated by Jan Loderhose over 12 years ago
Reviewed on gerrit. +1 for both patches.
Updated by Stanislas Rolland over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5549a18aed1bd3b6fdbae3e3894a21d6b403ca3f.
Updated by Riccardo De Contardi almost 7 years ago
- Status changed from Resolved to Closed
Actions