Changeset 6946
- Timestamp:
- 05/20/11 11:57:31 (2 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/floatpanel/plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r6945 r6946 66 66 <li><a href="http://dev.ckeditor.com/ticket/7323">#7323</a> : [IE Quirks] Some dialog fields are not centre aligned.</li> 67 67 <li><a href="http://dev.ckeditor.com/ticket/5955">#5955</a> : Editor accessibility issue with JAWS when put rich combo as the first item in toolbar.</li> 68 <li><a href="http://dev.ckeditor.com/ticket/6671">#6671</a> : [FF] Selection of an item from the Styles drop-down list not refreshed.</li> 68 69 <li>Updated the following language files:<ul> 69 70 <li><a href="http://dev.ckeditor.com/ticket/7834">#7834</a> : Dutch;</li> -
CKEditor/trunk/_source/plugins/floatpanel/plugin.js
r6941 r6946 330 330 { 331 331 this.hideChild(); 332 // Blur previously focused element. (#6671) 333 CKEDITOR.env.gecko && this._.iframe.getFrameDocument().$.activeElement.blur(); 332 334 this.element.setStyle( 'display', 'none' ); 333 335 this.visible = 0;
Note: See TracChangeset
for help on using the changeset viewer.
