Changeset 5221
- Timestamp:
- 03/04/10 16:00:05 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/colorbutton/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r5220 r5221 52 52 <li><a href="http://dev.fckeditor.net/ticket/4877">#4877</a> : Fixed CKEditor displays source code in one long line (IE quirks mode + office2003 skin).</li> 53 53 <li><a href="http://dev.fckeditor.net/ticket/5132">#5132</a> : Apply inline style leaks into sibling words which are seperated spaces.</li> 54 <li><a href="http://dev.fckeditor.net/ticket/3599">#3599</a> : Background color style on sized text displayed as narrow band behind.</li> 54 55 </ul> 55 56 <h3> -
CKEditor/trunk/_source/plugins/colorbutton/plugin.js
r5206 r5221 224 224 { 225 225 element : 'span', 226 styles : { 'background-color' : '#(color)' } 226 styles : { 'background-color' : '#(color)' }, 227 228 // It's better to apply background color as the innermost style. (#3599) 229 childRule : function( element ) 230 { 231 return false; 232 } 227 233 };
Note: See TracChangeset
for help on using the changeset viewer.
