Ticket #3989: 3989.patch
File 3989.patch, 1.6 KB (added by , 15 years ago) |
---|
-
_source/plugins/wysiwygarea/plugin.js
280 280 } 281 281 else if ( CKEDITOR.env.ie ) 282 282 { 283 var hostLangDir = editor.element.getComputedStyle( 'direction' ); 283 284 // Accessibility label for IE. 284 285 fieldset = CKEDITOR.dom.element.createFromHtml( 285 286 '<fieldset style="height:100%' + 286 287 '">' + 287 '<legend style="position:absolute;left:-10000px">' + 288 '<legend style="position:absolute;' 289 // Adapted with host page direction style.(#3989). 290 + ( hostLangDir == 'rtl' ? 'right' : 'left' ) 291 + ':-10000px">' + 288 292 CKEDITOR.tools.htmlEncode( accTitle ) + 289 293 '</legend>' + 290 294 '</fieldset>' -
CHANGES.html
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 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/3989">#3989</a> : Host page horizontal scrolling a lot when on having righ-to-left direction.</li> 156 157 </ul> 157 158 <h3> 158 159 CKEditor 3.0 RC</h3>