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

html5 + ie = lightbox_me fails #32

Open
helenm opened this issue Nov 29, 2011 · 5 comments
Open

html5 + ie = lightbox_me fails #32

helenm opened this issue Nov 29, 2011 · 5 comments

Comments

@helenm
Copy link

helenm commented Nov 29, 2011

After much hair-pulling I have determined that html5 doctype breaks lightbox_me in ie (versions 7-9). All other browsers seem to work fine. Its hard to adequately debug the issue in ie, but $self.outerWidth() is a crazy large number and the positioning fails completely. Is this a known problem with html5?

@buckwilson
Copy link
Owner

We haven't seen this behavior when using lightbox_me with Jive (which supports IE7 and is in HTML5). What version of jQuery are you running? I haven't tested it with the latest, and I know it has some HTML5 / IE7 ramifications that I haven't tested out yet.

@helenm
Copy link
Author

helenm commented Nov 29, 2011

I am using 1.6.3 but I tried various older versions. The only thing that made it work was using a doctype. I used XHTML 1.0 Transitional that I copied from your demo page, haven't tried any others.

@PhilipKirkbride
Copy link

I can confirm that with HTML 4.0 Transitional Lightbox_me will not work in IE.

@buckwilson
Copy link
Owner

Thanks for tracking this down. I'll see if I can figure out what's going on.

@john-hughes
Copy link

We are seeing the same issue in IE8 when using both

and

Using XHTML 1.0 works fine... however our website won't render properly with XHTML.

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

5 participants
@buckwilson @PhilipKirkbride @john-hughes @helenm and others