Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag option and ie #28

Open
kevinch opened this issue Apr 5, 2013 · 7 comments
Open

Drag option and ie #28

kevinch opened this issue Apr 5, 2013 · 7 comments

Comments

@kevinch
Copy link

kevinch commented Apr 5, 2013

Noticed that when the handleOversize: "drag" option is set, on ie10 (at least), the image appears, stays for not even a second and then disapears, leaving a white space instead.
Just check the demo on the home page of the site: http://www.shadowbox-js.com/index.html

@Diedrichs
Copy link

Have you a solution?

@Naelyth
Copy link

Naelyth commented Oct 8, 2013

up !

I have the same problem. No solution has been found ?

@GertK0
Copy link

GertK0 commented Nov 3, 2013

Any news regarding this? I have same issue?

@ctotogo
Copy link

ctotogo commented Feb 3, 2014

I'm having exactly the same issue. Has anyone figured out a solution, I've been pulling my hair out and there's not much left :/ I'm happy to PayPal some money for it, tired of spinning my wheels.

@ctotogo
Copy link

ctotogo commented Feb 3, 2014

So figured out the workaround, set a meta tag with content="IE=9" http-equiv="X-UA-Compatible" in your head section. The drag works fine in IE9 and IE11, just having a problem with IE10. Additionally, I'm conditionally injecting the meta tag above only if detecting IE10.

@tema-web
Copy link

tema-web commented Mar 6, 2014

I'm having the same problem too. The workaround from ctotogo doesn't fixed it, maybe because of the html5-doctype? Anyway, still no solution for this problem?

@sprynm
Copy link

sprynm commented Aug 18, 2014

Hello people. This stems from IE not working properly with background-color+opacity on overlays. To fix, you need to add this to your CSS:

#sb-drag-proxy{background-color: transparent !important;}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants