killent / flexigrid

Automatically exported from code.google.com/p/flexigrid
0 stars 0 forks source link

left attr is NaNpx #9

Closed GoogleCodeExporter closed 8 years ago

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

1. use serveral jquery tab(jquery ui.tabs);
2. every tab has a table;
3. switch one tab to another,and move mouse to header row

What is the expected output? What do you see instead?
js error oucur.left attribute of an element is NaNpx.

What version of the product are you using? On what operating system?
jQuery 1.0b3     Jul 2008    120 KB      44839 
jquery 1.3.2

Please provide any additional information below.

the following may deal this.
cdpos = cdpos + cdleft + cdpad;
if(isNaN(cdpos)){
  cdpos = 0
}

Original issue reported on code.google.com by wuzhongx...@gmail.com on 9 Jan 2010 at 6:53

GoogleCodeExporter commented 8 years ago
Pushed to trunk.

Original comment by eric.caron on 22 Apr 2011 at 10:29