Closing modal window issue

Closing modal window issue

monkeyboymonkeyboy Posts: 60Questions: 19Answers: 0
edited August 2016 in DataTables 1.10

Very strange, one of my testers found that every single one of my new line or entire line edit bubbles do not close when the X in the upper right is clicked.
In fact there is no error ,nor warning generated in the web console.

<div class="modal fade in" style="display: block;">
<div class="modal-dialog">
<div class="modal-content">
<div class="DTE DTE_Action_Create">
<div class="DTE_Header modal-header" data-dte-e="head">
<button class="close">×</button>
<div class="DTE_Header_Content">
<h3>Create new entry</h3>

modal close just fine if you click outside or press escape key

Any ideas?
Alternately, how do I hide the close button? Just a CSS change?

Edited by Allan - Syntax highlighting. Details on how to highlight code using markdown can be found in this guide.

Answers

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin

    This looks like it is with the Bootstrap integration for Editor. Is that correct?

    It appears to work okay in this example. Could you give me a link to a page showing the issue so I can debug it please? Also, if you aren't using Editor 1.5.6 could you update to that version please?

    Allan

  • monkeyboymonkeyboy Posts: 60Questions: 19Answers: 0

    Apparently I missed the last update. I will do so, and retry.
    Thanks

This discussion has been closed.