Ticket #3991: 3991.patch
File 3991.patch, 1.6 KB (added by , 14 years ago) |
---|
-
_source/plugins/wysiwygarea/plugin.js
283 283 // Accessibility label for IE. 284 284 fieldset = CKEDITOR.dom.element.createFromHtml( 285 285 '<fieldset style="height:100%' + 286 ( CKEDITOR.env.ie && CKEDITOR.env.quirks ? ';position:relative' : '' ) + 286 287 '">' + 287 288 '<legend style="position:absolute;left:-10000px">' + 288 289 CKEDITOR.tools.htmlEncode( accTitle ) + -
CHANGES.html
152 152 <li><a href="http://dev.fckeditor.net/ticket/3959">#3959</a> : Pasting styled text from word result in content lost.</li> 153 153 <li><a href="http://dev.fckeditor.net/ticket/3793">#3793</a> : Combined images into sprites.</li> 154 154 <li><a href="http://dev.fckeditor.net/ticket/3783">#3783</a> : Fixed indenting command in table cells create collapsed paragraph.</li> 155 <li><a href="http://dev.fckeditor.net/ticket/3968">#3968</a> : About dialog layout was broken with IE+Standards+RTL.</li> 155 <li><a href="http://dev.fckeditor.net/ticket/3968">#3968</a> : About dialog layout was broken with IE+Standards+RTL.</li> 156 <li><a href="http://dev.fckeditor.net/ticket/3991">#3991</a> : In IE quirks, text was not visible in v2 and office2003 skins.</li> 156 157 </ul> 157 158 <h3> 158 159 CKEditor 3.0 RC</h3>