Opened 8 years ago

Last modified 8 years ago

#14752 confirmed Bug

Autogrow & fullPage - body elements gets modified.

Reported by: Mark Owned by:
Priority: Normal Milestone:
Component: General Version: 4.5.8
Keywords: Cc:

Description

Steps to reproduce

  1. Full 4.5.10 download
  2. extraPlugins: 'autogrow',

Expected result

not to mess with the HTML CODE

Actual result

<body style="height: auto; min-height: auto;">

Other details (browser, OS, CKEditor version, installed plugins)

FF, Windows 10, 4.5.10

Change History (4)

comment:1 Changed 8 years ago by Mark

original code is <body> -- toggle source editor, and the style info is added.

comment:2 Changed 8 years ago by Mark

with fullPage : true, the latest version of autogrow released the other day installed, the autogrow continues to add the style information to the <HTML> and <BODY>.

<html style="overflow-y: hidden;"> <head>

<title></title>

</head> <body style="height: auto; min-height: auto; cursor: auto;">

comment:3 Changed 8 years ago by Jakub Ś

Summary: <body style="height: auto; min-height: auto;">Autogrow & fullPage - body elements gets modified.

comment:4 Changed 8 years ago by Jakub Ś

Status: newconfirmed
Version: 4.5.10 (GitHub - master)4.5.8

Problem can be reproduced from CKEditor 4.5.8. There is similar issue #14285 and just like with #14285 there should be cke-* class added to body would be removed when getData() method is called.

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