Ticket #4100: 4100.patch
File 4100.patch, 1.2 KB (added by , 14 years ago) |
---|
-
_source/plugins/floatpanel/plugin.js
236 236 iframe.setAttribute( 'title', ' ' ); 237 237 } 238 238 } 239 if ( CKEDITOR.env.ie ) 240 iframe.focus(); 241 else 242 iframe.$.contentWindow.focus(); 243 }, 0); 239 240 iframe.$.contentWindow.focus(); 241 }, 0 ); 244 242 }, 0); 245 243 246 244 this.visible = 1; -
CHANGES.html
175 175 <li><a href="http://dev.fckeditor.net/ticket/4086">#4086</a> : _samples/ui_languages.html</li> 176 176 <li><a href="http://dev.fckeditor.net/ticket/4093">#4093</a> : _tests/core/dom/document.html</li> 177 177 <li><a href="http://dev.fckeditor.net/ticket/4094">#4094</a> : Smiley plugin file</li> 178 <li><a href="http://dev.fckeditor.net/ticket/4100">#4100</a> : [IE]Fixed Navigation keyset has no effect on panel.</li> 178 179 </ul></li> 179 180 </ul> 180 181 <h3>