Bug #94787
closedTracking issue related to HTML sanitization issues
100%
Updated by Oliver Hader over 3 years ago
- Status changed from New to Needs Feedback
Updated by Ian Solo over 3 years ago
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.
Updated by Oliver Hader over 3 years ago
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?
Updated by Ian Solo over 3 years ago
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.
Updated by Oliver Hader over 3 years ago
@ChristianToffolo I've create a new issue for for legacy markup in #94804, please let's continue there with details.
Updated by Georg Ringer over 3 years ago
- 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
Updated by Georg Ringer over 3 years ago
- 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)
Updated by Georg Ringer over 3 years ago
- Related to Task #94836: <meta> gets sanitized added
Updated by Oliver Hader over 3 years ago
- Status changed from Needs Feedback to Resolved