Closed (duplicate)
Project:
Active Select
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2006 at 00:59 UTC
Updated:
2 Feb 2007 at 14:20 UTC
When you have a select box that contains items with slashes in their value you get a 404 error. I traced the problem to the encodeURIComponent() function called in activeselect.js. I replaced three instances of this function with encodeURI() on lines 229 and 230. Ref: http://xkr.us/articles/javascript/encode-compare/
I know I've found difference between these functions before, but I can't remember what they are so I don't know if they are consequences to this change. However, activeselect works for me now. Thanks for the great module!
Comments
Comment #1
geodaniel commentedI'm sure I've seen the same bug in the core autocomplete functionality before as well - not tried it out recently though.
Comment #2
geodaniel commentedhttp://drupal.org/node/82686