Opened 18 years ago
Closed 18 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' )
Fix committed to the SVN.