-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Slider: Explicitly apply opacity filter to disabled handles. Fixed #6727... #825
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
Conversation
…727 - Slider: Visual issues with disabled slider in IE8
@tjvantoll, are there any unit tests you can write for this, or is this visual only? |
Visual only. I could write a test that checks the computed style after the fix is applied but I would have to browser sniff in the test to make it work. I could put something in the /tests/visual folder but I'm not sure that's maintained anymore. |
@tjvantoll, can you rebase this since we landed a large CSS coding style change. Thanks man! |
Conflicts: themes/base/jquery.ui.slider.css
@mikesherov I merged master back in to my branch. |
@tjvantoll, so now there's a visual difference for IE8. The handles have some of there own opacity so you can see the sliders underneath. Certainly it's a lot better than appearing enabled, but @scottgonzalez, @jzaefferer, is this acceptable? |
I think ti's fine unless we have a sane solution to get it to look the same as other browsers. Shitty browsers = worse results. It's the world we live in :-/ |
OK, so one last thing to discuss here... It's amazing how the "simplest" changes are hard to land. CSSLint is complaining that We have two choices:
@scottgonzalez @tjvantoll thoughts? |
Let's change the CSSLint rule. |
Thanks, landed in 421aeaa |
@mikesherov Sorry for the late response but I agree with @jzaefferer, the CSSLint rule is no longer relevant to jQuery UI since we're dropping IE6 in 1.10. I also like the explicitness of including |
No worries @tjvantoll! |
... - Slider: Visual issues with disabled slider in IE8
See http://bugs.jqueryui.com/ticket/6727.