I am experiencing a weird issue that only occurs in IE. FF Works as expected.
Info:
Application pieces a letter together. The letter is displayed in the FCKeditor window using setHTML. Everything is displayed perfectly (with the exception of anything i set contenteditable=false that is centered, it does not center.. again FF works fine).
Once the user has validated the preview I get the content of the editor using GetHTML or GetData (both give same results).
Problem:
Document as displayed in fck...
... line 1...
... line 2...
... line 3...
....
... line 50...
using GetHTML() it pops out like:
... line 2...
....
... line 50...
... line 3...
... line 1...
Now, this is odd.. But what gets weirder is I can remove any styling properties (b, i, u, p style=center, etc..) and it will remain in its place.
Halp!!
Info:
Application pieces a letter together. The letter is displayed in the FCKeditor window using setHTML. Everything is displayed perfectly (with the exception of anything i set contenteditable=false that is centered, it does not center.. again FF works fine).
Once the user has validated the preview I get the content of the editor using GetHTML or GetData (both give same results).
Problem:
Document as displayed in fck...
... line 1...
... line 2...
... line 3...
....
... line 50...
using GetHTML() it pops out like:
... line 2...
....
... line 50...
... line 3...
... line 1...
Now, this is odd.. But what gets weirder is I can remove any styling properties (b, i, u, p style=center, etc..) and it will remain in its place.
Halp!!
Re: IE7/8 Elements with style fall to the bottom??
Off to the bug hunt...