Closed (duplicate)
Project:
Webform
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2007 at 14:16 UTC
Updated:
30 Apr 2007 at 08:13 UTC
Hi,
I have found that select elements with russian names (and any non-english letters) works wrong, when there are several elements that containing space in names.
Function _webform_safe_name strip all non-english letters and convert spaces to '_'. Then, if in list was two elements like 'русское слово' and 'другое слово', they will be equal: _. And second element will be hidden.
My patch checks if safe name contains only '_' symbols - then it will be encoded to base64 (like empty strings).
| Comment | File | Size | Author |
|---|---|---|---|
| webform_safe_name.patch | 410 bytes | beholder |
Comments
Comment #1
quicksketchSee http://drupal.org/node/93340.