Closed
Bug 170822
Opened 23 years ago
Closed 23 years ago
Linkification process destroys whitespace
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: gerv, Assigned: gerv)
Details
Attachments
(1 file, 1 obsolete file)
|
1.59 KB,
patch
|
bbaetz
:
review+
bbaetz
:
review+
|
Details | Diff | Splinter Review |
Currently, the linkification process destroys whitespace - it's preserved, but
the output template doesn't use <pre> tags and so the browser collapses it.
We should use <pre> tags, and make it more obvious what's going on on the page.
Gerv
| Assignee | ||
Comment 1•23 years ago
|
||
Use <pre> tags to preserve whitespace, add <hr>s for separation.
Gerv
| Assignee | ||
Comment 2•23 years ago
|
||
kiko: you reviewed the original. Can you rubber-stamp this tiny improvement? It
makes the whole thing behave much more like someone would expect.
Gerv
Comment 3•23 years ago
|
||
Comment on attachment 100629 [details] [diff] [review]
Patch v.1
You need to not indent the quoteurls thing, and/or use [%- -%], or you get
extra spacings - see comments.html.tmpl
Attachment #100629 -
Flags: review-
| Assignee | ||
Comment 4•23 years ago
|
||
v.2 - with review fixes.
Gerv
Attachment #100629 -
Attachment is obsolete: true
Comment 5•23 years ago
|
||
Comment on attachment 100790 [details] [diff] [review]
Patch v.2
r=bbaetz
Attachment #100790 -
Flags: review+
| Assignee | ||
Comment 6•23 years ago
|
||
Fixed.
Checking in template/en/default/pages/linkify.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/pages/linkify.html.tmpl,v
<-- linkify.html.tmpl
new revision: 1.2; previous revision: 1.1
done
Checking in template/en/default/pages/linked.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/pages/linked.html.tmpl,v
<-- linked.html.tmpl
new revision: 1.2; previous revision: 1.1
done
Gerv
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•23 years ago
|
Target Milestone: --- → Bugzilla 2.18
Updated•13 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
•