Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
editor.module
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
2 Oct 2015 at 10:14 UTC
Updated:
2 Nov 2015 at 11:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
duaelfrAs we now only allow whitelisted tags and attributes, we have to use the plugins' allowedContent to be sure that the functionnalities they expose are not filtered on save.
Comment #3
duaelfrComment #4
fabianx commentedAssigning to Wim for review
Comment #5
wim leersI will definitely review this, but not right now, on the eve of RC1. This is a bugfix, and should therefore be possible to do during the RC phase.
Comment #6
duaelfrThat has been magically fixed by #2579979: Allow contrib to alter EditorImageDialog/EditorImageDialog and have custom attributes be stored
I'm not even sure they know that ;)
Commit hash if you want to try yourself: d8a5cf811e2846a4c2ade067bd3c5daa60f91bc5
Comment #7
wim leersThis actually is not yet fixed; it's only being masked by a bug.
See #2585173: [regression] "Allowed HTML tags" setting corrupted upon accessing Text Format configuration UI, comments 12 through 17.
Comment #8
wim leersAnd now it's fixed because it's gone: #2590403: Remove "Open in new window" checkbox from EditorLinkDialog — Was: "Consider whitelisting <a>'s target attribute in the Standard install profile".