Closed (fixed)
Project:
Blueprint
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2009 at 13:54 UTC
Updated:
23 Nov 2010 at 16:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
designerbrent commentedThe only way that I can get this to have a problem is to actually hit enter to select the term in the autocomplete, and that triggers the form to submit. Why it will not actually submit is beyond me. (Javascript is not my strong suit.)
@m3avrck: can you take a look at this?
Comment #2
don@robertson.net.nz commentedI am getting this a lot as well. I have tried hitting enter in the Garland Theme, and it does not cause a problem. I am pretty sure I got the same problem clicking the taxonomy term in the auto-complete drop down menu - but at the moment it seems to be working :-(
I am running a Drupal on a local machine - and I have been using Linux FF 3.5
Commenting out the following in the themes/blueprint/general.js file seems to fix the problem.
Comment #3
designerbrent commentedI've now fixed this in the 2.x version of the theme.
However, I'd love to get a patch to actually fix this in the javascript.
Edit: Anyone is welcome to reopen this if they have a patch to submit.
Comment #4
pp commentedHere is the patch, please review.
Comment #5
designerbrent commentedWow, thanks PP. I'm not a Javascript guy so this was a huge help! I also changed the string in the settings page that used to refer to this page about "Prevent Duplicate Submits". The description is just shortened. This is committed in the dev version and I'll try and roll a new alpha soon.