Side navigation
#9349 closed bug (duplicate)
Opened May 19, 2011 02:15PM UTC
Closed December 28, 2012 07:24AM UTC
Impossible to change the opacity of inline elements in IE8
Reported by: | lrbabe | Owned by: | mikesherov |
---|---|---|---|
Priority: | low | Milestone: | 1.9 |
Component: | effects | Version: | 1.6.1 |
Keywords: | ie8 | Cc: | |
Blocked by: | Blocking: |
Description
See jsfiddle: http://jsfiddle.net/xca9g/7/
It seems to be a well known fact: http://stackoverflow.com/questions/3452868/opacity-in-ie8-works-on-p-but-not-on-a
Not sure it is worth solving, but it's at least worth reporting.
Attachments (0)
Change History (6)
Changed May 20, 2011 03:11PM UTC by comment:1
component: | unfiled → effects |
---|---|
priority: | undecided → low |
status: | new → open |
Changed June 19, 2012 12:58PM UTC by comment:2
Looks like we can do something similar to the reliableMarginRight hack for opacity in IE8. Swap in inline-block and zoom and we're done? Anyone else have any thoughts here?
Changed July 25, 2012 12:52AM UTC by comment:3
keywords: | → ie8 |
---|
Changed December 04, 2012 05:50AM UTC by comment:4
milestone: | 1.next → 1.9 |
---|
Changed December 09, 2012 07:53PM UTC by comment:5
owner: | → mikesherov |
---|---|
status: | open → assigned |
@mikesherov I'll let you make the call on this one.