I use drupal version 6.16 at this moment.
This module was not worked until attached patch was not applied.
Did I do something wrong?
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | viewslivefilters-6.x-1.x-dev.patch | 2.36 KB | vadym.kononenko |
| #1 | viewslivefilters-6.x-1.x-dev.patch | 2.04 KB | vadym.kononenko |
| viewslivefilters--6.x-1.x-dev.patch | 1.33 KB | vadym.kononenko |
Comments
Comment #1
vadym.kononenko commentedPrevious patch work not correct, when select 'form' tag. (Views UI form buttons was hidden too)
This one is correct.
One more addition. There is added timeout before send form if user have checked a checkbox. This is need for server performance save.
Comment #2
Re4DeR commentedThanks! It works
Comment #3
john.money commentedWell, not sure why you're stripping out the Drupal.behaviors. But on top of that, altering the bind from change to change,click makes text fields submit after the timeout, often before user has chance to enter text.
Comment #4
vadym.kononenko commentedI'll try to explain my changes:
1. I've returned now 'Drupal.behaviors' as it allow correct work on ajax loaded pages.
2. I've added 'change, click' for compatibility work with BEF module ( http://drupal.org/node/750388 ).
3. I've added timeout for non text forms for making delay before I make multiple changes in exposed views. Otherwise views will be processed ones to every change in form .
My current active patch is applied.
Comment #5
kiwad commentedI've justed applied the patch in #4 and it seems to work well...