frozaelf / jquery-datatables-column-filter

Automatically exported from code.google.com/p/jquery-datatables-column-filter
0 stars 0 forks source link

IE10+ touch events not supported #170

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
IE10+ introduced little "x" buttons on the right side of a textfield that 
allows you to clear the input of a textbox in one go. These are handled by the 
touchevents and not the normal click or type events.

Currently column filters does not resubmit a search query when you use these 
buttons to clear a search.

What is the expected output? What do you see instead?
When the x button is pressed and input is cleared, the filter should be removed.

What version of the product are you using? On what operating system?
1.5.6

---

Attached patch should remedy the problem.

Original issue reported on code.google.com by lonetiger on 2 Jan 2015 at 5:03

Attachments: