Ticket #4197: 4197.patch
File 4197.patch, 618 bytes (added by , 13 years ago) |
---|
-
_source/plugins/stylescombo/plugin.js
166 166 167 167 if ( style.checkActive( elementPath ) ) 168 168 this.mark( name ); 169 else if ( type == CKEDITOR.STYLE_OBJECT && !style.checkApplicable( elementPath ) )169 else if ( type == CKEDITOR.STYLE_OBJECT && elementPath.lastElement && !style.checkApplicable( elementPath ) ) 170 170 { 171 171 this.hideItem( name ); 172 172 counter[ type ]--;