Opened 14 years ago
Closed 14 years ago
#7949 closed Bug (invalid)
HTML parsed from fake objects bypass htmlwriter's rules
| Reported by: | Sa'ar Zac Elias | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Output Data | Version: | |
| Keywords: | Cc: |
Description (last modified by )
- Insert the following content:
<object width="251" height="200" data="http://releases.flowplayer.org/swf/flowplayer-3.2.5.swf" type="application/x-shockwave-flash"> <param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.5.swf" /> <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> </object>
- Switch to wysiwyg and back to source.
- See that the htmlwriter's rules are not applied to it (new lines and tabs).
Change History (2)
comment:1 Changed 14 years ago by
| Description: | modified (diff) |
|---|
comment:2 Changed 14 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |

Sorry, my bad, those tags are inline.