Closed (works as designed)
Project:
Views (for Drupal 7)
Version:
7.x-3.3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2012 at 15:37 UTC
Updated:
30 Jan 2017 at 23:49 UTC
Jump to comment: Most recent
Comments
Comment #1
dawehnerThere is simply no way around that. Forms using $_GET are fired on every page load, not only clicking submit, so the validation is done as well and so the login fails.
So i would say this is not fixable.
Comment #2
Reno Greenleaf commentedUnsetting "required" checkbox in the exposed filter settings can help.
Comment #3
dadderley commentedAmazingly enough, this issue raised its head for me in a very different context.
I have a site with loads of technical content.
I use the drupal core search module for general site search and the Search Api module for searching the technical pages.
On the landing page for the knowledgebase, I have the drupal search block in the top of the page in the navbar and an exposed filter block of the Search Api view.
On this page, the drupal search module block was completely borked. It would not engage.
By going into my view and unchecking the 'required' option in the exposed filter setting caused the search module form to start working on the page where it was not working.
I am really happy I came across this post.
Thanks @Reno Greenleaf.