v1.7.0 - highlight error after sorting (ff 3.0)
v1.7.0 - highlight error after sorting (ff 3.0)
hi Allan,
great work :)
i have a little problem with FireFox 3.0.1 and the colum highlight-function. after selecting an other colum the first selectet colum still highlighted (in IE it works)
this error can be found also in the zero configuration example. after clicking all colums the first 3 colums highlighted but the last 2 not?!
hopefuly it helps :) and sorry for bad spelling my germen spelling is also bad but the sentens make more sence ;)
Stefan
great work :)
i have a little problem with FireFox 3.0.1 and the colum highlight-function. after selecting an other colum the first selectet colum still highlighted (in IE it works)
this error can be found also in the zero configuration example. after clicking all colums the first 3 colums highlighted but the last 2 not?!
hopefuly it helps :) and sorry for bad spelling my germen spelling is also bad but the sentens make more sence ;)
Stefan
This discussion has been closed.
Replies
Allan
the previous sorted column won't be set to default style and after some clicks (in the header) all columns are darker. (in ff 3.6 it works too)
Allan
when I load the page, the first column 'Rendering engine' is highlighted. a bit darker then the ohters. after clicking 'Browser' the second column should be darker and the first normal, but the first column is still darker. after clicking 'Platform(s)' the first 3 columns darker an so on.
but strange is that in the zero_config.html it workes for 'Engine version' and 'CSS grade'. these columns go back to default. in my zeroconfig all columns stay darker
Are you seeing any Javascript errors? If you open Firebug and point it at a cell in the second column, what class does it have? And what class does the first column cells have?
Thanks,
Allan
[code]
Rendering engine
Browser
Platform(s)
Engine version
CSS grade
Gecko
Firefox 1.0
Win 98+ / OSX.2+
1.7
A
Gecko
Firefox 1.5
Win 98+ / OSX.2+
1.8
A
[/code]
after clicking 'Browser'
[code]
Rendering engine
Browser
Platform(s)
Engine version
CSS grade
Other browsers <!-- hear is the problem. should be only TD -->
All others
-
-
U
[/code]
and after clicking all columns
[code]
Rendering engine
Browser
Platform(s)
Engine version
CSS grade
Trident
Internet Explorer 5.5
Win 95+
5.5
A
Trident
Internet Explorer 6
Win 98+
6
A
[/code]
but it seems to be a minor problem only in older FF versions
Allan