Bootstrap modal ESC

Bootstrap modal ESC

nskwortsownskwortsow Posts: 120Questions: 0Answers: 0
edited November 2012 in Editor
Hi,
When I hit ESC to close the bootstrap modal, my on.("click") functionality to trigger an editor from the data table doesn't work anymore.
Why?
N

Replies

  • nskwortsownskwortsow Posts: 120Questions: 0Answers: 0
    Bump
  • allanallan Posts: 61,438Questions: 1Answers: 10,049 Site admin
    Unfortunately a bug in the display controller Bootstrap integration file. The problem was that the display controller didn't realise that the modal had been closed and was thus refusing to open a new one since it thought there already was one open...

    I've updated the integration file to address this issue here: http://editor.datatables.net/release/DataTables/extras/Editor/examples/support/bootstrap/dataTables/dataTables.editor.bootstrap.js

    The fix will be included in Editor 1.2.3, but until then, the above file contains the fix and can just replace the file that is included in 1.2.2.

    Allan
  • nskwortsownskwortsow Posts: 120Questions: 0Answers: 0
    Merci!
This discussion has been closed.