Opened 15 years ago
Closed 15 years ago
#4235 closed Bug (expired)
Uneditable content with style problem
Reported by: | Nick | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Output Data | Version: | FCKeditor 2.6.4 |
Keywords: | Pending | Cc: |
Description
FCKeditor.prototype.Version = '2.6.4' ; FCKeditor.prototype.VersionBuild = '21629' ;
I believe to have narrowed down this issue to the contenteditable='false' setting.
How to duplicate:
1) Append data to a fckeditor window that is encapsulated in <span contenteditable='false'> </span> using SetHTML().
2) Apply a style to the content, such as bold, italic, centering.
2.a) Notice if you center the contents of the span, the span itself will not be centered in IE7/8. FF will display correctly and centered.
3) Retrieve the content of the editor window using GetHTML() or GetData().
The Problem: Items that are uneditable with style will fall to the bottom of the data retrieved.
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Keywords: | Pending added; contenteditable removed |
---|---|
Milestone: | FCKeditor 2.6.5 |
What are the exact steps to reproduce?
Sorry, for my test case. The style has been previously applied to the content being appending and encapsulated in the uneditable span.
Example of content being appended and encapsulated:
<p style="text-align: center"><u><b>FACTS</b></u></p>