Opened 9 years ago
Last modified 9 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
- Full 4.5.10 download
- 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 9 years ago by
comment:2 Changed 9 years ago by
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 9 years ago by
Summary: | <body style="height: auto; min-height: auto;"> → Autogrow & fullPage - body elements gets modified. |
---|
comment:4 Changed 9 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.5.10 (GitHub - master) → 4.5.8 |
original code is <body> -- toggle source editor, and the style info is added.