Changes between Initial Version and Version 1 of Ticket #7234, comment 6
- Timestamp:
- Oct 22, 2010, 5:14:17 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7234, comment 6
initial v1 1 I'm a bit confused as to why this is a bug. I think IE is correct with this ( for once ). 1 I'm a bit confused as to why this is a bug. I think IE is correct with this ( for once ). Unless you meant td and not tr. 2 2 3 Your code is looking for a tr that doesn't has colspan. But:[[BR]]4 3 tr's doesn't have the colspan attribute[[BR]] 5 4 td's always has a colspan value, even if you don't set it (defaults to 1)[[BR]] 6 5 7 Is it meant to work event if td was used instead of tr? I tested it and it doesn't.6 Which might be why you were gettings those results. 8 7 9 8 I did some alternative code to getting a tr where the child td's don't have a colspan (or in my case, have a colspan > 1) [http://jsfiddle.net/tomgrohl/fa98L/4/ here] (tested in FF, Chrome, Safari and IE 6,7,8,9)