Posted by szantog on April 20, 2010 at 7:52pm
2 followers
Jump to:
| Project: | Views Live Filters |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
Sorry for my english..
If i use this module with multiple select box, and use http://drupal.org/modules/viewslivefilters the selects doesnt work correctly. On every changes try reload the page, and some changes are not accepted. I dont know, this is a sexy exposed problem, or views live filters.
Comments
#1
I solved it.
This was views live filters problem. In js, the page load start on event 'change'. I changed the event to 'blur', and the sexy exposed worked correct.
#2
That fix allows me to see my second select box but by changing the event the form is not submitted, therefore no results.