bonzo icon indicating copy to clipboard operation
bonzo copied to clipboard

Use opacity instead of filter if the browser is IE9 or higher

Open nemeseri opened this issue 14 years ago • 3 comments

IE9 and IE10 are supporting the opacity css property. It would be better to use it instead of filters. You might use -ms-filter if the browser is IE8, because the original filter property might cause issues.

nemeseri avatar Nov 16 '11 12:11 nemeseri

cool. I'll add a workaround as done the same as Morpheus

ded avatar Nov 21 '11 02:11 ded

+1 This is also an issue if the UserAgent string was changed - I had to do this with Chrome to get through a nasty proxy. Not an issue with the technique used by Morpheus.

mantoni avatar Dec 06 '11 12:12 mantoni

Using the MS filter caused problems in my code with IE9; the problem was fixed by editing Bonzo to use opacity instead.

Switching between opaque and transparent caused my div to become permanently transparent. I can provide a minimal example if needed.

dcecile avatar Feb 13 '12 18:02 dcecile