Changeset 6945
- Timestamp:
- 05/20/11 11:51:37 (2 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/richcombo/plugin.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r6942 r6945 65 65 <li><a href="http://dev.ckeditor.com/ticket/7321">#7321</a> : [IE6] Contents inside RTL fields in dialog windows were overflowing.</li> 66 66 <li><a href="http://dev.ckeditor.com/ticket/7323">#7323</a> : [IE Quirks] Some dialog fields are not centre aligned.</li> 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> 67 68 <li>Updated the following language files:<ul> 68 69 <li><a href="http://dev.ckeditor.com/ticket/7834">#7834</a> : Dutch;</li> -
CKEditor/trunk/_source/plugins/richcombo/plugin.js
r6920 r6945 162 162 }); 163 163 164 var focusFn = CKEDITOR.tools.addFunction( function() { instance.onfocus && instance.onfocus(); } ); 165 164 166 // For clean up 165 167 instance.keyDownFn = keyDownFn; … … 198 200 output.push( 199 201 ' onkeydown="CKEDITOR.tools.callFunction( ', keyDownFn, ', event, this );"' + 202 ' onfocus="return CKEDITOR.tools.callFunction(', focusFn, ', event);"' + 200 203 ' onclick="CKEDITOR.tools.callFunction(', clickFn, ', this); return false;">' + 201 204 '<span>' +
Note: See TracChangeset
for help on using the changeset viewer.
