Skip to main content

Bug Tracker

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:

https://github.com/jquery/jquery/pull/948

Attachments (0)
Change History (5)

Changed October 09, 2012 03:02PM UTC by rwaldron comment:1

owner: → yiminghe
status: newpending

Is the issue solely that you want to allow for whitespace around the "="?

Changed October 09, 2012 03:40PM UTC by yiminghe comment:2

status: pendingnew

@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 yiminghe 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 mikesherov comment:4

component: unfiledcss
priority: undecidedlow
status: newassigned

Changed October 30, 2012 02:22PM UTC by yiminghe comment:5

resolution: → fixed
status: assignedclosed

Fix #12685. Handle inconsistent opacity for ie < 9. Close gh-1005.

Changeset: c78a3ba6577b6735137abcd5c01a35ca28c33660