Changeset 5160
- Timestamp:
- 02/20/10 18:21:40 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/branches/versions/3.2.x/_source/plugins/wysiwygarea/plugin.js
r5159 r5160 306 306 }); 307 307 308 // Firefox will not move the focus to the iframe, but309 // to it's contents directly. We need to force it in310 // other browsers instead.311 iframe.on( 'focus', function()312 {313 editor.focus();314 });315 316 308 mainElement.append( iframe ); 317 309 };
Note: See TracChangeset
for help on using the changeset viewer.
