Closed
Bug 27420
Opened 25 years ago
Closed 23 years ago
Component field should have COLSPAN in long_list.cgi
Categories
(Bugzilla :: User Interface, enhancement, P4)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: randall.whitman, Assigned: myk)
Details
Attachments
(1 file)
837 bytes,
patch
|
justdave
:
review+
justdave
:
review+
|
Details | Diff | Splinter Review |
We find that the Component field of the long_list table output very
frequently wraps onto more than one line, when it appears that there
is plenty of room to fit it on one line. In my understanding,
Target Milestone is a short field (not longer than Component),
so it should work to give COLSPAN=2 to the table cells for both
Component and Target Milestone.
diff -r1.12 long_list.cgi
104c104
< print "<TR><TD><B>Component:</B> $component\n";
---
> print "<TR><TD COLSPAN=2><B>Component:</B> $component\n";
106c106
< print "<TD><B>Target milestone:</B>$target_milestone\n";
---
> print "<TD COLSPAN=2><B>Target milestone:</B>$target_milestone\n";
Comment 1•25 years ago
|
||
tara@tequilarista.org is the new owner of Bugzilla and Bonsai. (For details,
see my posting in netscape.public.mozilla.webtools,
news://news.mozilla.org/38F5D90D.F40E8C1A%40geocast.com .)
Assignee: terry → tara
Comment 2•24 years ago
|
||
Adding default QA contact to all open Webtools/Bugzilla bugs lacking one.
Sorry for the spam.
QA Contact: matty
Updated•24 years ago
|
Target Milestone: --- → Bugzilla 2.16
Updated•23 years ago
|
Comment 3•23 years ago
|
||
-> Bugzilla product, User Interface component, reassigning.
Assignee: tara → myk
Component: Bugzilla → User Interface
Product: Webtools → Bugzilla
Version: other → unspecified
Comment 4•23 years ago
|
||
myk: do we want to do this?
Gerv
Assignee | ||
Comment 5•23 years ago
|
||
I can't believe a patch like this has been sitting for so long. This is
reasonable, yes we want it.
Assignee | ||
Comment 6•23 years ago
|
||
Comment 7•23 years ago
|
||
Comment on attachment 52902 [details] [diff] [review]
patch w/colspan=2 plus capitalization and spacing corrections
r= justdave
no 2nd review needed
Attachment #52902 -
Flags: review+
Assignee | ||
Comment 8•23 years ago
|
||
Checked-in. Resolving fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
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
•