ページのサイズを変更するたびに、Bootstrap モーダルが突然消えます。私はこれをグーグルで検索しましたが、通常、bootstrap.js と bootstrap-modal.js を含めるとこれが発生します。ただし、bootstrap-modal.js は含まれていません。また、画面がかなり大きい場合、モーダルは正常に機能します。モーダルが消えるのは、はるかに小さいサイズにサイズ変更したときだけです。
これが私のインクルードです:
<script src="resources/scripts/jquery-1.8.3.js"></script>
<script src="resources/scripts/jquery-ui-1.9.2.custom.js"></script>
<script src="resources/scripts/bootstrap.js"></script>
<script src="resources/scripts/jquery.complexify.js"></script>
<script src="resources/scripts/jquery.jeditable.js"></script>
<script src="resources/scripts/bootstrap-tagmanager.js"></script>
<script src="resources/scripts/jquery.dataTables.min.js"></script>
<link rel="stylesheet" href="resources/styles/bootstrap.css" type="text/css"/>
<link rel="stylesheet" href="resources/styles/bootstrap-responsive.min.css" type="text/css"/>
<link rel="stylesheet" href="resources/styles/jquery.fileupload-ui.css" type="text/css"/>
<link rel="stylesheet" href="resources/styles/bootstrap-tagmanager.css" type="text/css"/>
<link rel="stylesheet" href="resources/styles/jquery.dataTables.css" type="text/css"/>