EasyUI Forum
April 27, 2024, 01:58:34 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: recursive bug in jquery.combo.js  (Read 13918 times)
Ellipsis
Full Member
***
Posts: 113


View Profile WWW
« on: February 13, 2013, 01:35:06 AM »

On line 79 in jquery.combo.js the following line causes a recursive bug on page loading.

$(document).unbind(".combo").bind("mousedown.combo",function(e){

I replaced it with the following line (and used the new off instead of unbind).

$(".combo").off().mousedown(function(e){

I'm not convinced that this will be the correct solution, perhaps you can look at it.

It also seems a bit odd because the code removes the events from all the .combo objects on the loaded page.

The message in the chrome console:
Uncaught RangeError: Maximum call stack size exceeded
« Last Edit: February 14, 2013, 09:53:27 AM by Ellipsis » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!