Closed
Bug 163218
Opened 22 years ago
Closed 22 years ago
bug_email.pl does not wrap long description text
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jussi, Assigned: justdave)
Details
bug_email.pl does not wrap the long description taken from the message body. The
future solution to bugzillas general wrapping problem (bug 11901) could be used
here also.
Assignee | ||
Updated•22 years ago
|
Blocks: bz-email-in
Assignee | ||
Comment 1•22 years ago
|
||
ok, after thinking about this, the direction we're heading is to store it in the
database as entered (whether there's linebreaks or not) and do the word-wrapping
at display time. Currently Bugzilla doesn't do any wrapping at all, it depends
on the entering user's browser.
Closing this WONTFIX because the solution on bug 11901 will fix this at display
time without us having to touch bug_email at all.
No longer blocks: bz-email-in
Status: NEW → RESOLVED
Closed: 22 years ago
No longer depends on: 11901
Resolution: --- → WONTFIX
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•