Download & Extend

Some conflict width viewslivefilters

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

Project:Sexy Exposed» Views Live Filters
Version:6.x-1.0-alpha2» 6.x-1.x-dev
Status:active» needs review

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.