Ticket #479: 479_2.patch
File 479_2.patch, 1.2 KB (added by , 15 years ago) |
---|
-
_whatsnew.html
108 108 behind smiley icons and special characters in their corresponding dialogs.</li> 109 109 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1693">#1693</a>] Custom error messages are now 110 110 properly displayed in the file browser.</li> 111 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/479">#479</a>] Fixed the issue where pressing 112 Enter in an <o:p> tag in IE does not generate line breaks.</li> 111 113 </ul> 112 114 <p> 113 115 <a href="_whatsnew_history.html">See previous versions history</a> -
editor/_source/classes/fckelementpath.js
38 38 this.LastElement = e ; 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 ) 43 45 {