Opened 11 years ago
Last modified 11 years ago
#11187 confirmed New Feature
Audio tag needs fake element what should result in new plugin.
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Support | Cc: |
Description
- Turn off ACF (allowedContent:true)
- Load sample, switch to source and paste below:
<audio controls> <source src="http://www.w3schools.com/tags/horse.ogg" type="audio/ogg"> <source src="http://www.w3schools.com/tags/horse.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio>
- Switch to wysiwyg and right-click on audio element.
Result: JS error is thrown:
Error: Permission denied to access property 'nodeType'
Line : 998
URI: core/selection.js
Despite error I think whole plugin with placeholder (fake element) is missing here
Change History (3)
comment:1 Changed 11 years ago by
Status: | new → confirmed |
---|---|
Type: | Bug → New Feature |
comment:2 Changed 11 years ago by
Keywords: | Support added |
---|
comment:3 Changed 11 years ago by
NOTE: I have also noticed that Elements path, or editor functions (that rely on selection) don't recognize this element.
I'm changing this to new feature but I wonder if this should not be treated as bug. We have this tag mentioned in dtd and no handling for it.