panhandle2
Programmer
Hi,
I wrote a page
which works fine in Opera and Internet Explorer 7.
But it let crash IE 6 under special conditions, and under Firefox sometimes the tableheader is corrupted.
IE6: The table on the mentioned page is sortable. Just try to sort 4 to 7 times, and IE6 will crash. I believe this is a browser bug, but am not sure.
Firefox: Some tablecolumns are hideable. Just click "unselect all", then sort by "main summit name", and repeat that sequence 2 to 3 times. Suddenly the tableheader will contain an additional white box, which shifts the rest of the header to the right, so corrupting it. I believe that is a browser bug with the "table-cell" display style, especially because this works fine under Opera (IE uses a different display style, no problem there with that).
What do you think, did I run into 2 browserbugs, or is there some problem in my code ?
Thanks for any thoughts, Herbie
I wrote a page
which works fine in Opera and Internet Explorer 7.
But it let crash IE 6 under special conditions, and under Firefox sometimes the tableheader is corrupted.
IE6: The table on the mentioned page is sortable. Just try to sort 4 to 7 times, and IE6 will crash. I believe this is a browser bug, but am not sure.
Firefox: Some tablecolumns are hideable. Just click "unselect all", then sort by "main summit name", and repeat that sequence 2 to 3 times. Suddenly the tableheader will contain an additional white box, which shifts the rest of the header to the right, so corrupting it. I believe that is a browser bug with the "table-cell" display style, especially because this works fine under Opera (IE uses a different display style, no problem there with that).
What do you think, did I run into 2 browserbugs, or is there some problem in my code ?
Thanks for any thoughts, Herbie