-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multi column sorting - chrome #43
Comments
Hmm, that is odd. And the need to click on the header twice is also a problem, but I think both are caused by the same issue. Thanks for reporting this! I'll look into fixing it soon. |
coo. I just thought it was odd that chrome does it. Sent from my Windows Phone Reply to this email directly or view it on GitHub: |
I was seeing the problem in Firefox as well... but it should all be fixed now :) Thanks for all of your diligent testing! |
damn your quick. thanks! |
made this to say thank you :) |
LOL nice, I've been busy! |
can confirm this is now fixed. closing |
http://oi44.tinypic.com/15y9rhx.jpg
chrome: 18.0.1025.142
if you try that same sort in any other browser.. it works as expected...
here is a demo: http://jsfiddle.net/VW4HX/8/embedded/result/
to see the chrome bug, load that demo as it is.. in both chrome and safari/ie/firefox. notice the null isoDate values are not sorted in chrome like they are in the other browsers.
besides the chrome thing.. i also found a quirk. if you look at how its initially being sorted.. scroll down to the null isoDate entries.. notice that its sorting in the opposite direction for the show names than whats being shown in the header. if you hold shift and click on the show name column once.. it fixes this. and note that the image doesnt change.
The text was updated successfully, but these errors were encountered: