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?

Comments

vadym.kononenko’s picture

StatusFileSize
new2.04 KB

Previous 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.

Re4DeR’s picture

Status: Needs review » Reviewed & tested by the community

Thanks! It works

john.money’s picture

Status: Reviewed & tested by the community » Needs work

Well, 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.

vadym.kononenko’s picture

StatusFileSize
new2.36 KB

I'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.

kiwad’s picture

I've justed applied the patch in #4 and it seems to work well...