Changeset 6164
- Timestamp:
- 12/03/10 15:48:51 (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
r6154 r6164 68 68 <li><a href="http://dev.ckeditor.com/ticket/6150">#6150</a> : [Safari] Color dialog was broken.</li> 69 69 <li><a href="http://dev.ckeditor.com/ticket/6629">#6629</a> : Pre-formatted block is not anymore been listed as unexitable element.</li> 70 <li><a href="http://dev.ckeditor.com/ticket/6747">#6747</a> : Full screen layout issue caused by page element focus outside editor.</li> 70 71 <li>Updated the following language files:<ul> 71 72 <li><a href="http://dev.ckeditor.com/ticket/6756">#6756</a> : Hungarian;</li> -
CKEditor/trunk/_source/plugins/maximize/plugin.js
r6044 r6164 210 210 else 211 211 { 212 // Prevent window scrolling, e.g. focus moving outside the editor. (#6747) 213 mainDocument.getDocumentElement().setStyle( 'overflow', 'hidden' ); 212 214 mainDocument.getBody().setStyles( styles ); 213 215 }
Note: See TracChangeset
for help on using the changeset viewer.
