Single-clicks get disabled
jjeff - December 2, 2006 - 00:04
| Project: | Double Click |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | jjeff |
| Status: | active |
Jump to:
Description
How to replicate:
(in Firefox preferably on a remote server)
1) Click on a Drupal link (node, menu, etc.).
2) Before the next page loads, click another link on the page.
Now you're stuck. The link you clicked in #2 won't load. None of the internal links on the site will work. However, double click still works and will take you where you want to go.

#1
this sounds bad. is it still true? also, is safari history bug still true? thats a bit less bad. i want to use this module on groups site.
#2
I believe this one is fixed, but I had a hard drive crash and I don't know if I got it committed or not. I will try to get this taken care of today.
As for the Safari one, I haven't had any luck fixing that one. I'm inclined to think that it's a Safari bug.
#3
I belive this has been fixed in the 1.x-dev version. The Drupal.dblClick.clicker function now exits if the oldclick function returns false. Don't think that it's been comitted yet, though.
JacobWG