Posted by joachim on June 6, 2008 at 1:05pm
5 followers
| Project: | Drupal core |
| Version: | 8.x-dev |
| Component: | contact.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Dave Reid |
| Status: | needs review |
Issue Summary
The list of recipient emails on admin/build/contact isn't broken up with spaces.
This means it doesn't wrap in the browser. With more than two or three addresses, the operation links get moved off screen and under sidebars and the page becomes unusable.
Comments
#1
Patch attached for review.
#2
Patch does a good job fixing the issue at admin/build/contact but the list still fails to wrap at admin/build/contact/edit/%n ...we either need to also fix the issue there or change that textarea to a text input (no point in having a textarea when everything's being put on one line).
#3
I'm thinking that we should probably do it the Drupal(tm) way and have them list e-mail address, one per line instead of separated by commas with no spaces. That's just silly.
#4
Revised patch that uses newlines instead of commas. Don't have time to test the upgrade path, but will check tomorrow. Peer review welcomed.
#5
The last submitted patch failed testing.
#6
#7
I rerolled it
#8
Does this need to be pushed to 8.x now?
#9
Perhaps Dave Reid's patch to do it the Drupal(tm) way has to be pushed to 8, but we still need to fix the output bug for 7. Ironic that the Drupal way is not the Drupal way ;)
#10
Changing version.