Opened 16 years ago

Closed 16 years ago

#1637 closed Bug (worksforme)

inline style from office word gives javascript error, editor doesn't work

Reported by: basfckeditor Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.5
Keywords: Pending Cc:

Description

if this inline style sheet is past into the as html (so first source and then past it in) in Firefox(linux) and then the content is opened again in IE6: the button bar loads completely however the edit box stays white and there is no cursor. IE6 also reports an error on the page. while the same thing just works fine in Firefox(linux)

serverside is coldfusion connector

<p><style type="text/css">@font-face { font-family: Wingdings; } @font-face { font-family: Cambria Math; } @font-face { font-family: Calibri; } @font-face { font-family: Tahoma; } @font-face { font-family: Verdana; } @page Section1 {size: 612.0pt 792.0pt; margin: 70.85pt 70.85pt 70.85pt 70.85pt; } P.MsoNormal { FONT-SIZE: 10pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Verdana","sans-serif" } LI.MsoNormal { FONT-SIZE: 10pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Verdana","sans-serif" } DIV.MsoNormal { FONT-SIZE: 10pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Verdana","sans-serif" } A:link { COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99 } SPAN.MsoHyperlink { COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99 } A:visited { COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99 } SPAN.MsoHyperlinkFollowed { COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99 } P.MsoAcetate { FONT-SIZE: 8pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Tahoma","sans-serif"; mso-style-priority: 99; mso-style-link: "Ballontekst Char" } LI.MsoAcetate { FONT-SIZE: 8pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Tahoma","sans-serif"; mso-style-priority: 99; mso-style-link: "Ballontekst Char" } DIV.MsoAcetate { FONT-SIZE: 8pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Tahoma","sans-serif"; mso-style-priority: 99; mso-style-link: "Ballontekst Char" } SPAN.E-mailStijl17 { COLOR: windowtext; FONT-FAMILY: "Verdana","sans-serif"; mso-style-type: personal-compose } SPAN.BallontekstChar { FONT-FAMILY: "Tahoma","sans-serif"; mso-style-priority: 99; mso-style-link: Ballontekst; mso-style-name: "Ballontekst Char" } .MsoChpDefault { mso-style-type: export-only } DIV.Section1 { page: Section1 } </style></p>

Change History (3)

comment:1 Changed 16 years ago by basfckeditor

IE6 displays an error in the "error on page window"

this.LinkedField.value or FCK.EditorDocument.body is empty or no object

comment:2 Changed 16 years ago by Frederico Caldeira Knabben

Component: Core : StylesGeneral
Keywords: Pending added

I think this is related to the way you are injecting the saved data in your page. Could you please attach a file, containing the HTML of your page in IE, with the data loaded on it?

comment:3 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Resolution: worksforme
Status: newclosed

Expired

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