Parabellum1905y / ufd

Automatically exported from code.google.com/p/ufd
GNU General Public License v2.0
0 stars 0 forks source link

IE7 random skin crashes #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Use IE7 or add <meta http-equiv="X-UA-Compatible" 
content="IE=EmulateIE7"/> for IE8 to emulate IE7.

2. On random moments the skin is not loaded, resulting in:
JS error on line 113 char 3: 'skin' is empty or not an object

Original issue reported on code.google.com by tjeerd.m...@gmail.com on 28 Apr 2010 at 11:59

GoogleCodeExporter commented 8 years ago
By the way. This also happens in Firefox and IE8, but less.
Chrome even stops executing javascript and gives the following error:

Uncaught /tennismanager/script/jquery.ui.ufd-0.5/jquery.ui.ufd.js:113
TypeError: Cannot read property 'skin' of undefined

Original comment by tjeerd.m...@gmail.com on 6 May 2010 at 11:39

GoogleCodeExporter commented 8 years ago
I too see this, predominantly in IE7. One in Four refreshes will give the error:

Message: 'skin' is null or not an object
Line: 113
Char: 13

This is using the non-minified version, running jQuery 1.4.2 and UI 1.8.2

Original comment by grimn...@gmail.com on 13 Jul 2010 at 5:25

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Same issue ..Happening in Chrome and IE7 ..using jquery-1.4.2.js and 
jquery-ui-1.8.2.js...

Again, sometimes its working fine..

Error:
Uncaught TypeError: Cannot read property 'skin' of undefined

Original comment by jmus...@gmail.com on 3 Aug 2010 at 8:27

GoogleCodeExporter commented 8 years ago
me too.
Happening in  IE8 ..using jquery-1.4.2.js and jquery-ui-1.8.2.js...
Error:
Uncaught TypeError: Cannot read property 'skin' of undefined
Any solution?

Original comment by liangmin...@gmail.com on 6 Aug 2010 at 10:45

GoogleCodeExporter commented 8 years ago
Ooops! The packaged js files in 0.5 are corrupted, as they have the bookmarklet 
code prepended at the top of the file - I can't believe that code has been 
there and not caused more problems!  The SVN version didn't have this bug, its 
only the packaged zip version. 

I'm reasonably sure this is the culprit (as it is the only version with a 
"skin" reference @ line 113). 

Anyone using the 0.5 is advised to upgrade to 0.5-fixed or newer, or manually 
remove the uncompressed bookmarklet from their local 0.5 version at the start 
of the minified and/or uncompressed version.  

Please report if you still see this error after all these fixes.

Original comment by thetoolman on 15 Sep 2010 at 10:19

GoogleCodeExporter commented 8 years ago
I use 0.5-fixed
but have the same problem =(

Original comment by Glu...@gmail.com on 26 Oct 2010 at 10:36