metafizzy / flickity-docs

:memo: documentation for Flickity
28 stars 8 forks source link

Dragging hides IE10 browser window due to body blur() #8

Closed timswalling closed 9 years ago

timswalling commented 9 years ago

I really like Flickity, but I'm having some problems with it in IE10. This appears to be related to the body element being blurred, which causes Internet Explorer to move the browser window behind all other non-minimised windows. (You can test this behaviour by running document.body.blur() in Internet Explorer's developer console when you have multiple windows open.)

I've created a reduced test case. The status at the top of the page shows whether the body is currently focused.

Steps to reproduce:

Expected result:

Actual result:

desandro commented 9 years ago

Thanks so much for reporting this bug. I'm closing this issue here (with the docs repo) and opening over in the Flickity repo for better visibility