Ticket #4481: 4481.patch
File 4481.patch, 1.5 KB (added by , 14 years ago) |
---|
-
_source/plugins/stylescombo/plugin.js
33 33 init : function() 34 34 { 35 35 var combo = this, 36 stylesSet = config.stylesCombo_stylesSet.split( ':', 2 ), 37 stylesSetPath = stylesSet[ 1 ] || CKEDITOR.getUrl( pluginPath + 'styles/' + stylesSet[ 0 ] + '.js' ) ; 36 stylesSet = config.stylesCombo_stylesSet.split( ':' ), 37 stylesSetPath = stylesSet[ 2 ] ? stylesSet[ 1 ] + ':' + stylesSet[ 2 ] 38 : stylesSet[ 1 ] || CKEDITOR.getUrl( pluginPath + 'styles/' + stylesSet[ 0 ] + '.js' ) ; 38 39 39 40 stylesSet = stylesSet[ 0 ]; 40 41 -
CHANGES.html
71 71 <li><a href="http://dev.fckeditor.net/ticket/4385">#4385</a> : Fixed editor's auto adjusting on DOM structure were confusing the dirty checking mechanism.</li> 72 72 <li><a href="http://dev.fckeditor.net/ticket/4397">#4397</a> : Fixed regression of [3816] where turn on design mode is causing Firefox3 to scroll the host page.</li> 73 73 <li><a href="http://dev.fckeditor.net/ticket/4254">#4254</a> : Added basic API sample.</li> 74 <li><a href="http://dev.fckeditor.net/ticket/4481">#4481</a> : The 'stylesCombo_stylesSet' configuration entry didn't work for full URLs.</li> 74 75 </ul> 75 76 <h3> 76 77 CKEditor 3.0</h3>