Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
forms system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2016 at 11:07 UTC
Updated:
29 Apr 2023 at 18:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
rudiedirkx commentedVery simple patch.
Comment #3
poker10 commentedUnfortunatelly I am not able to reproduce the issue. The regexp seems to be removing only starting and trailing whitespaces. If I search for a string with whitespace in it (like "test test"), it is found correctly (the middle whitespace is not removed). Can you please provide more information what is wrong here?
I have found one similar issue: #1221612: Autocomplete with trailing space, but according to the issue summary this does not seems to be the same problem.
Thanks!