Closed (fixed)
Project:
Enhanced Nodereference Autocomplete Widget
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Jan 2008 at 09:51 UTC
Updated:
29 Jan 2008 at 00:22 UTC
the ajax completer doesn't work with node titles that contain "/" - it will not allow 2 nodes to be referenced
Comments
Comment #1
Josh Benner commentedThis appears to be occurring because Drupal's autocomplete code javascript does not encode '/' when sending the request URL for the autocomplete results. I'm taking a look now, but I may make the results sent to the autocomplete simply remove '/' or replace it with something less disruptive.
Comment #2
Josh Benner commentedFixed in 5.x-1.1: '/' is replaced with '[slash]' in autocomplete field contents. Looking for opinions on this: Should it be replaced like this, or just removed to save space?
Comment #3
aeronox commentedIMO, just remove it. It will still show up when viewing Nodes, which is the important thing.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.