Changeset 1983
- Timestamp:
- 2008-05-10 16:33:03 (23 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fckxhtml_gecko.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fckxhtml_gecko.js
r1691 r1983 100 100 } 101 101 } 102 103 if ( FCKBrowserInfo.IsGecko ) 104 { 105 // #2162, some Firefox extensions might add references to internal links 106 FCKXHtml.TagProcessors['link'] = function( node, htmlNode ) 107 { 108 if ( htmlNode.href.substr(0, 9).toLowerCase() == 'chrome://' ) 109 return false ; 110 111 return node ; 112 } 113 114 } -
FCKeditor/trunk/_whatsnew.html
r1973 r1983 82 82 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2160">#2160</a>] "Match whole word" in the 83 83 Find and Replace dialog will now find words next to punctuation marks as well.</li> 84 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2162">#2162</a>] If the configuration is set 85 to work including the <head> (FullPage), references to stylesheets added by Firefox extensions 86 won't be added to the output.</li> 84 87 </ul> 85 88 <h3>