Opened 14 years ago
Closed 14 years ago
#6506 closed Bug (fixed)
[FF] Style is added to the html element on full page
Reported by: | Sa'ar Zac Elias | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.2 |
Component: | General | Version: | 3.4.2 |
Keywords: | FF | Cc: |
Description
- Open the full page sample in FF.
- Go to source mode.
Note the HTML element:
<html style="height: 100%;">
Probably a regression of [5929].
Attachments (2)
Change History (8)
Changed 14 years ago by
Attachment: | 6506.patch added |
---|
comment:1 Changed 14 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | new → review |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Status: | review → review_failed |
---|
Changed 14 years ago by
Attachment: | 6506_2.patch added |
---|
comment:4 Changed 14 years ago by
Status: | review_failed → review |
---|
comment:5 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5992].
Couldn't addCss be used instead of using element styles? It would make everything much simpler.