Changeset 6269
- Timestamp:
- 12/23/10 12:36:00 (2 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/maximize/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r6268 r6269 56 56 <li><a href="http://dev.ckeditor.com/ticket/6724">#6724</a> : [IE7] Nested list display bug in empty list item.</li> 57 57 <li><a href="http://dev.ckeditor.com/ticket/6715">#6715</a> : Doesn't get back to paragraph when removing list in table cell.</li> 58 <li><a href="http://dev.ckeditor.com/ticket/6695">#6695</a> : [Webkit] Display bug after editor restored from full screen mode.</li> 58 59 </ul> 59 60 <h3> -
CKEditor/trunk/_source/plugins/maximize/plugin.js
r6253 r6269 269 269 container.removeClass( 'cke_maximized' ); 270 270 271 // Webkit requires a re-layout on editor chrome. (#6695) 272 if ( CKEDITOR.env.webkit ) 273 { 274 container.setStyle( 'display', 'inline' ); 275 setTimeout( function(){ container.setStyle( 'display', 'block' ); }, 0 ); 276 } 277 271 278 if ( shim ) 272 279 {
Note: See TracChangeset
for help on using the changeset viewer.
