javascript - Multiple bootstrap modals make browsers freeze -


i want pop multiple bootstrap modals on same page make web application desktop os. use jquery ui draggable make modals movable.

jsfiddle

http://jsfiddle.net/f27sl/4/

this fiddle simpler version of want implement. problem when pop third modal, browser (chrome) freezes. have tested fiddle ie , ff, ff works fine ie freezes chrome.

is bug of bootstrap?

sorry answering myself.

i found couple of issues dealing problem github.

https://github.com/twitter/bootstrap/issues/5431

https://github.com/twitter/bootstrap/issues/4781

so answer found is

bootstrap doesn't support multiple simultaneous modals (it's poor ui choice). thanks!


Comments