Opened 12 years ago
Closed 10 years ago
#7394 closed feature (worksforme)
CSS framework doesn't support IE8 opacity
Reported by: | jgv | Owned by: | jgv |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.css-framework | Version: | 1.8.13 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
CSS suports IE 5-7 and IE9 but not IE8. See http://www.quirksmode.org/css/opacity.html
Bug fix/pull request => https://github.com/jquery/jquery-ui/pull/250
Change History (9)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
The pull request wasn't acceptable, please see the comments. Feel free to send an updated pull request.
comment:3 Changed 11 years ago by
Type: | enhancement → feature |
---|
comment:4 Changed 10 years ago by
Milestone: | 1.9.0 → 1.10.0 |
---|
comment:5 Changed 10 years ago by
Milestone: | 1.10.0 → 1.9.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thanks for taking the time to contribute to the jQuery UI project. Per #8237 this should now be complete. Yes, we are not including the specified syntax for IE8, but everything renders correctly.
Opacity is used within the library for displaying widgets in their disabled states as well as for the overlay shown when modal dialogs are displayed. Here is a test case showing every widget that can be disabled in the toolkit in its disabled state - http://jsfiddle.net/tj_vantoll/CFgDL/. It also includes a button that will display a modal dialog so the overlay can be seen. Compare the test case in IE8 and the most recent Chrome and Firefox and there are no visual differences in the opacity displayed.
If you can come up with a test case that shows an issue in IE8 please let us know so we can tackle this. To get you started, use this boilerplate: http://jsfiddle.net/ZgAqH/ Open the link and click to "Fork" (in the top menu) to get started.
comment:6 Changed 10 years ago by
Milestone: | 1.9.1 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
This isn't fixed unless something changed. It's either worksforme or open. I'll set it to pending for a test case.
comment:7 Changed 10 years ago by
Owner: | set to jgv |
---|---|
Status: | reopened → pending |
comment:8 Changed 10 years ago by
Milestone: | → 1.10.0 |
---|
comment:9 Changed 10 years ago by
Resolution: | → worksforme |
---|---|
Status: | pending → closed |
Thanks for contributing. However, this is unnecessary, and quirksmode.org is just wrong. Here is what's needed for cross-browser opacity: http://css-tricks.com/css-transparency-settings-for-all-broswers/
The pull request has been closed and not merged. What about this ticket, then ?