Closed (won't fix)
Project:
Compact Forms
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2009 at 14:58 UTC
Updated:
13 Dec 2009 at 05:34 UTC
I tried to use this module on an exposed views filter by adding the form ID views-exposed-form-shared-message-page-1 and it does not do anything. The module works great on the login form and node forms, not sure why it has an issue with Views Filters as it is a textbox with a label just like the others.
Any idea where to start?
Thanks,
Jordan
Comments
Comment #1
JStarcher commentedI see the Views Filter html markup is a bit different, the label does not utilize the "for" attribute, therefore the javascript breaks on views filters
Comment #2
ngreenup commentedI would love to use this on views filters. Anyone have an idea how to modify this to work on views filterS?
Comment #3
sunIf the label does not have a pointer to the input field, then that's not only a bug in the form, but also an accessibility issue. The original form (i.e. Views) should be fixed instead.