Opened 12 years ago

Closed 12 years ago

#9007 closed Bug (invalid)

Body tag disappears

Reported by: Roi Zaig Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

  1. Body tag disappears after switching between source view and rendered view and back to source view. This is impotent since its style disappear also.

Input source: <body leftmargin="0" topmargin="0" offset="0" marginheight="0" marginwidth="0"> </body>

After to switching rendered view and switching back to source view: source is empty!

  1. Same issue as 2 with 'html' tag.

Input source: <html> <body> </body> </html>

After to switching rendered view and switching back to source view: source is empty!

Change History (1)

comment:1 Changed 12 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

Please use fullPage mode for that: http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.fullPage

You can set it in your config.js or on HTML page.

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