Ticket #3177: 3177.patch

File 3177.patch, 501 bytes (added by Garry Yao, 15 years ago)
  • _source/plugins/dialog/plugin.js

     
    21752175                                return this;
    21762176
    21772177                        tabId = cursor.getAttribute( 'name' );
    2178 
    2179                         this._.dialog.selectPage( tabId );
     2178                        // Avoid duplicate select.
     2179                        if ( !this._.dialog._.currentTabId == tabId )
     2180                                this._.dialog.selectPage( tabId );
    21802181                        return this;
    21812182                },
    21822183
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy