I want to pop up multiple bootstrap modals on the same page to make my web application look like a desktop OS. I also use jQuery UI
draggable to make modals movable.
jsFiddle
This fiddle is a simpler version of what I want to implement. The problem is that when I pop up the third modal, my browser (Chrome) freezes. I have tested the fiddle with IE and FF, FF works fine but IE also freezes as Chrome.
Is it a bug of bootstrap?