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.
Ensure that other windows are open behind the test case.
Check that the body is the currently focused element by referring to the status at the top of the test case page. If it is not focused, click on an unfocusable element in the body (such as the status text).
Click and drag the gallery.
Expected result:
The gallery will follow the mouse's horizontal movement until the mouse button is released.
Actual result:
The browser window moves behind other windows.
When returning to the browser window, the gallery continues to follow the mouse's horizontal movement even though the mouse button is not pressed. This is resolved by clicking the mouse again.
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: