Editor form appears behind jQueryUI dialog containing data table

Editor form appears behind jQueryUI dialog containing data table

paulhickmanpaulhickman Posts: 21Questions: 1Answers: 0
edited December 2012 in Bug reports
If you put a data table using the datatables editor in a jQuery UI dialog, when you click New/Edit, the default CSS z-indexes are such that it displays the form behind the dialog.

For a generic solution, it should check the ancestors of the data table when opening the form and use a higher z-index than any ancestor that has one.

Replies

  • allanallan Posts: 61,722Questions: 1Answers: 10,108 Site admin
    Yup good point - thanks for the heads up.

    Allan
This discussion has been closed.