I have a minor issue - if you continue to browse the site by clicking on a submit button the popup continues to appear and is not recognised as acceptance as if you were clicking any other link until you click on a standard link.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 1662952-eu-cookie-complience-form-submit.patch | 949 bytes | mrfelton |
Comments
Comment #1
Miszel commentedThe module was design to work that way. Not sure if people want acceptance by clicking form buttons but I am happy to add such a feature if it is required. I would like to hear more opinions though.
Comment #2
dwigglesworth commentedI first noticed this by logging into a site. In this case it seemed obvious that by clicking on the submit button I would also be accepting the use of cookies by the site - because I was actively continuing to use the site after viewing the initial message by logging in.
Comment #3
mrfelton commentedThis is a really trivial change. See attached patch. Note though that this patch will only apply if you first apply the patch from #1697590: Optional confirmation messge. But essentially all you need to do is add
input[type=submit]to the selector that the click event binds to.Comment #4
Miszel commentedThanks, tested and committed to 6.x-1.x
Comment #5
Miszel commentedincluded in 6.x-1.7 release
Comment #6
Miszel commentedPorted to 7.x
Comment #7
Miszel commentedin 7.x-1.7