Except of information function, label tags can be clicked so their inputs get focus. It works either if input sits inside label tag, or if labl has attribute "for" with element's id as value.
Views exposed filters doesn't contain the "for" attribute and it's wrong. Here's a patch to fix that.
| Comment | File | Size | Author |
|---|---|---|---|
| views-labels-for.patch | 981 bytes | neochief |
Comments
Comment #1
merlinofchaos commentedMakes sense. Committed to all branches.