FixedHeader column search bug

FixedHeader column search bug

david42david42 Posts: 1Questions: 1Answers: 0
edited October 2020 in Free community support

Link to test case: http://live.datatables.net/bogaruti/3/
Debugger code (debug.datatables.net): Uploading... (doesnt finish)
Error messages shown: none
Description of problem: Input of column search gets lost while drawing the table. To reproduce search for d in first column and immediately press any key after. After the drawing is finished none of the typed letters will appear.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,214Questions: 1Answers: 10,415 Site admin
    Answer ✓

    Interesting - thanks for posting this up. I'm seeing this as well in our own example but only if I run a finger along the keyboard - presumably yours has more data so the issue is more apparent.

    I'm not immediately sure what we can do about this. The draw of the table is causing the footer to be reinserted into the document - which is causing the focus to be lost (see this comment in the code).

    What we should perhaps do it check more closely if the reinsert is required. But that isn't going to solve the issue in all cases.

    Allan

This discussion has been closed.