Closed (outdated)
Project:
Drupal core
Version:
6.x-dev
Component:
locale.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2011 at 02:04 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
iamEAP commentedWhoops. Here's the same against the dev branch.
Comment #3
thiagomp commentedCan you please provide a description on how to reproduce this problem?
Thanks,
Thiago
Comment #4
iamEAP commentedCreate a field of selectable options. Rather than using standard taxonomy, just use a newline delimited list of strings, e.g...
Then, attempt to translate this list of options. The "Edit string" page shows the list of options with no newlines between them, but the textfield below expects the newline. Very unintuitive. See:
Comment #5
thiagomp commentedThanks for the explanation iamEAP.
Now I could reproduce the problem.
I really enjoyed your idea and it really improves the UX.
I've noticed that you suppressed the
wordwrap()function, so I managed to execute some tests considering a really long option for this type of field (and for other type of fields too).The result was nice, once the browser would take care of the line breaking.
After all that, I recommend the patch to be merged into the main code.
Comment #6
iamEAP commentedThanks for the review, thiagomp.
I'll also add that the interface for this in D7 is completely different, so there's no need to write it for D7, then backport. It's fine staying here in the D6 queue.