Ticket #4100: 4100.patch

File 4100.patch, 1.2 KB (added by Garry Yao, 15 years ago)
  • _source/plugins/floatpanel/plugin.js

     
    236236                                                                                iframe.setAttribute( 'title', ' ' );
    237237                                                                        }
    238238                                                                }
    239                                                                 if ( CKEDITOR.env.ie )
    240                                                                         iframe.focus();
    241                                                                 else
    242                                                                         iframe.$.contentWindow.focus();
    243                                                         }, 0);
     239
     240                                                                iframe.$.contentWindow.focus();
     241                                                        }, 0 );
    244242                                        }, 0);
    245243
    246244                                this.visible = 1;
  • CHANGES.html

     
    175175                        <li><a href="http://dev.fckeditor.net/ticket/4086">#4086</a> : _samples/ui_languages.html</li>
    176176                        <li><a href="http://dev.fckeditor.net/ticket/4093">#4093</a> : _tests/core/dom/document.html</li>
    177177                        <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>
    178179                </ul></li>
    179180        </ul>
    180181        <h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy