Changeset 1569
- Timestamp:
- 2008-02-20 11:00:33 (4 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/classes/fckelementpath.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckelementpath.js
r1565 r1569 39 39 40 40 var sElementName = e.nodeName.toLowerCase() ; 41 if ( FCKBrowserInfo.IsIE && e.scopeName != 'HTML' ) 42 sElementName = e.scopeName.toLowerCase() + ':' + sElementName ; 41 43 42 44 if ( !eBlockLimit ) -
FCKeditor/trunk/_whatsnew.html
r1568 r1569 112 112 the selection box dialog will no longer extend beyond the dialog limits when the user inputs a very 113 113 long text or value for one of the selection options.</li> 114 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/479">#479</a>] Fixed the issue where pressing 115 Enter in an <o:p> tag in IE does not generate line breaks.</li> 114 116 </ul> 115 117 <p>