Bug #94787
closed
- Status changed from New to Needs Feedback
Probably related is the fact that now a source RTE HTML like:
<table align="left" border="2" cellpadding="10" cellspacing="10" style="width:100%">
is transformed in
<table style="width:100%">
Practically all obsolete <table> attributes are removed but those are still settable (therefore usable by the editor) in CKEditor.
Christian Toffolo wrote in #note-2:
Practically all obsolete <table> attributes are removed but those are still settable (therefore usable by the editor) in CKEditor.
Is this markup directly produced in CKEditor, or is it generated/processed in some Fluid template, processor or whatsoever?
Oliver Hader wrote in #note-3:
Christian Toffolo wrote in #note-2:
Practically all obsolete <table> attributes are removed but those are still settable (therefore usable by the editor) in CKEditor.
Is this markup directly produced in CKEditor, or is it generated/processed in some Fluid template, processor or whatsoever?
<table align="left" border="2" cellpadding="10" cellspacing="10" style="width:100%">
is produced in a CKEditor field in the BE and saved into the DB without alterations.
The table attributes are removed in the FE. I didn't debug where exactly but it's for sure processed by Fluid.
@ChristianToffolo I've create a new issue for for legacy markup in #94804, please let's continue there with details.
- Related to Bug #94801: Updating from TYPO3 9.5.27 to 9.5.28+ leads to timeout in upgrade wizards check and reports module added
- Related to deleted (Bug #94801: Updating from TYPO3 9.5.27 to 9.5.28+ leads to timeout in upgrade wizards check and reports module)
- Status changed from Needs Feedback to Resolved
- Status changed from Resolved to Closed
Also available in: Atom
PDF