Opened 17 years ago

Closed 17 years ago

#25 closed Bug (fixed)

IE: switching to source mode gives an error

Reported by: Alfonso Owned by:
Priority: Normal Milestone: FCKeditor 2.4
Component: UI : Enter Key Version:
Keywords: Cc:

Description

If the content has a br then this line (177, fckhtml.js) gives an error in IE 6

if ( sNodeName == 'br' && htmlNode.hasAttribute('type') && htmlNode.getAttribute( 'type', 2 ) == '_moz' )

Change History (1)

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: newclosed

Fix committed to the SVN.

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