Opened 10 years ago
Closed 10 years ago
#12685 closed bug (fixed)
bug: css opacity does not behave consistently across browsers
Reported by: | yiminghe | Owned by: | yiminghe |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | css | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
here is my testcase, open in ie6789 chrome firefox: http://jsfiddle.net/yiminghe/rLPFZ/
expected: all browsers are same. (http://jsfiddle.net/yiminghe/vBT7v/1/)
actual: ie678 is not same with ie9 chrome firefox
here is my pull request: https://github.com/jquery/jquery/pull/948
Change History (5)
comment:1 Changed 10 years ago by
Owner: | set to yiminghe |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Status: | pending → new |
---|
@rwaldron this bug involves two problems, the main problem is: http://jsfiddle.net/yiminghe/VFnBX/1/
I will add test tomorrow.
comment:3 Changed 10 years ago by
TC added: https://github.com/jquery/jquery/pull/950.
All test cases passed in firefox and ie, but in chrome(22.0.1229.92 m) there are unpassed tc even on master and after my fixes the number of unpassed test cases in chrome is not increased.
comment:4 Changed 10 years ago by
Component: | unfiled → css |
---|---|
Priority: | undecided → low |
Status: | new → assigned |
comment:5 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix #12685. Handle inconsistent opacity for ie < 9. Close gh-1005.
Changeset: c78a3ba6577b6735137abcd5c01a35ca28c33660
Is the issue solely that you want to allow for whitespace around the "="?