Opened 12 years ago
Closed 12 years ago
#9219 closed Bug (fixed)
Add <source> to the list of elements to protect
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Alfonso Martínez de Lizarrondo |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.5 |
Component: | Core : Parser | Version: | 3.0 |
Keywords: | Cc: |
Description
Using the HTML5 video plugin, http://alfonsoml.blogspot.com.es/2011/01/html5-video-plugin-for-ckeditor.html add an element but put fake files just to notice this more easily.
Switch to source and back to design, in Firebug it's visible that it has tried to load the src files during the processing because <source> isn't in the list of elements whose attributes must be protected.
As this is a variable inside the function it doesn't seem possible to fix it from outside code.
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | 9219.patch added |
---|
comment:1 Changed 12 years ago by
Owner: | set to Alfonso Martínez de Lizarrondo |
---|---|
Status: | new → review |
Of course, something similar should be done for v4
comment:2 Changed 12 years ago by
Status: | review → review_passed |
---|
comment:3 Changed 12 years ago by
Milestone: | → CKEditor 3.6.5 |
---|---|
Resolution: | → fixed |
Status: | review_passed → closed |
Fixed with [7619]
I guess that there's no need to leave this ticket open to apply the fix in v4.
Proposed patch