i want pop multiple bootstrap modals on same page make web application desktop os. use jquery ui draggable make modals movable.
jsfiddle
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
Post a Comment