leikind / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
MIT License
537 stars 215 forks source link

Bug in Auto reload #210

Open ddpdevang opened 9 years ago

ddpdevang commented 9 years ago

the auto-reloading filters doesn't work too well. If you start typing, it doesn't resume at the end of where you typed, but the beginning. This is a nasty bug.

If you are able to find a way to make the auto-reload work properly so that the cursor resumes correctly, that would be fantastic, because that would be what we want. See here, try typing in the "title" filter:

http://wicegrid.herokuapp.com/auto_reloads

ghost commented 8 years ago

I just tried this with Chrome and Firefox. Chrome leaves the cursor at the end, and Firefox sets the cursor back to the beginning. Not sure what that means for this bug report.