Opened 13 years ago

Closed 13 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 Sa'ar Zac Elias)

  • 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 13 years ago by Sa'ar Zac Elias

Description: modified (diff)

comment:2 Changed 13 years ago by Sa'ar Zac Elias

Resolution: invalid
Status: newclosed

Sorry, my bad, those tags are inline.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy