Side navigation
#12685 closed bug (fixed)
Opened October 09, 2012 12:44PM UTC
Closed October 30, 2012 02:22PM UTC
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:
Attachments (0)
Change History (5)
Changed October 09, 2012 03:02PM UTC by comment:1
owner: | → yiminghe |
---|---|
status: | new → pending |
Changed October 09, 2012 03:40PM UTC by comment:2
status: | pending → new |
---|
@rwaldron this bug involves two problems, the main problem is:
http://jsfiddle.net/yiminghe/VFnBX/1/
I will add test tomorrow.
Changed October 10, 2012 12:24PM UTC by comment:3
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.
Changed October 15, 2012 03:49PM UTC by comment:4
component: | unfiled → css |
---|---|
priority: | undecided → low |
status: | new → assigned |
Is the issue solely that you want to allow for whitespace around the "="?