EasyUI Forum
May 05, 2024, 10:09:00 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: my little contribution  (Read 8935 times)
crosemffet
Jr. Member
**
Posts: 68



View Profile WWW Email
« on: April 08, 2013, 01:15:52 PM »

I've found a mistake in source code,
I'm using minimized version, so in this minimized version, in line 2072 code is:if($.browser.msie){
the right code must be: if(!$.support.boxModel&&$.browser.msie){
I've check the modification.
hope this helps for future release,
regards,
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: April 08, 2013, 05:19:36 PM »

The code if($. browser.msie) is correct. It only detect the browser type, the box model information is not required. In next version(1.3.3) this code will be removed to let it works with jQuery 1.9.x.
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!