Ticket #6671: 6671.patch

File 6671.patch, 518 bytes (added by Garry Yao, 13 years ago)
  • _source/plugins/listblock/plugin.js

     
    250250                                                                },
    251251                                                                0 );
    252252                                                }
    253                                         }
    254                                 }
     253                                                // Blur any previously focused list item. (#6671)
     254                                                else
     255                                                {
     256                                                        var self = this;
     257                                                        setTimeout( function() { self.element.focus(); }, 0 );
     258                                                }
     259                                        }
     260                                }
    255261                        });
    256262        }
    257263});
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy