IE >=10 "clear" cross in Search does not update filter result

IE >=10 "clear" cross in Search does not update filter result

bryndinbryndin Posts: 2Questions: 0Answers: 0
edited December 2013 in Bug reports
IE >=10 has a small "x" icon in text (i.e. input) fields. Pressing it clears the field. When filtering if I type text in "Search" box my table is filtered, then I press that "x", box is cleared but table is not un-filtered.

As a workaround, I disabled that "x" on my web page via CSS
[code]::-ms-clear { display: none; }[/code]

But it's better if DataTables can handle that event.

Replies

  • allanallan Posts: 61,667Questions: 1Answers: 10,096 Site admin
    Can you try DataTables 1.10-dev from the downloads page please: http://datatables.net/download . It should be resolved there.

    Allan
  • bryndinbryndin Posts: 2Questions: 0Answers: 0
    @allan: thanks, it works in 1.10-dev
This discussion has been closed.