Closed Bug 72863 Opened 24 years ago Closed 18 years ago

Remove ugly table shown when posting/changing a bug

Categories

(Bugzilla :: Creating/Changing Bugs, enhancement, P3)

enhancement

Tracking

()

RESOLVED FIXED
Bugzilla 3.0

People

(Reporter: timeless, Assigned: bugzilla-mozilla)

References

Details

Attachments

(2 files, 8 obsolete files)

No description provided.
Please explain.
Attached patch spelling (obsolete) — Splinter Review
Attached patch improve first col markup (obsolete) — Splinter Review
Attached patch zap second cell (obsolete) — Splinter Review
Attached patch abandon tables (obsolete) — Splinter Review
Keywords: patch, review
Target Milestone: --- → Bugzilla 2.16
Priority: -- → P3
Component: Bugzilla → Creating/Changing Bugs
Product: Webtools → Bugzilla
Version: other → unspecified
Timeless, you are so ****ing cryptic, it really gets on my nerves :-) Please state: a) Which patch is the current one b) Whether it's still relevant c) Whether or not it still applies cleanly (and refresh it if not) d) What cross-browser testing you've done on the HTML changes Then, move it back to 2.16. Gerv
Severity: major → normal
Target Milestone: Bugzilla 2.16 → Future
a) Which patch is the current one they were all current, merely a matter of perspective. i want the first one for sure, the others are really a, do we want this or that or ... b) Whether it's still relevant i think so c) Whether or not it still applies cleanly (and refresh it if not) *shrug* d) What cross-browser testing you've done on the HTML changes probably mozilla nc4 and maybe ie5. the html changes are safe, there's nothing fancy involved.
Target Milestone: Future → Bugzilla 2.16
"abandon tables" == nothing fancy involved? Gerv
sure, it's not like i'm adding css or some other unsupported html construct.
Status: NEW → ASSIGNED
> the others are really a, do we want this or that or ... So post to the newsgroup with your idea, and we'll decide what we want. :-) Given that nowhere in this bug does it really describe a _problem_ that is actually being solved, removing patch keyword until things are more clear. Gerv
Keywords: patch, review
We are currently trying to wrap up Bugzilla 2.16. We are now close enough to release time that anything that wasn't already ranked at P1 isn't going to make the cut. Thus this is being retargetted at 2.18. If you strongly disagree with this retargetting, please comment, however, be aware that we only have about 2 weeks left to review and test anything at this point, and we intend to devote this time to the remaining bugs that were designated as release blockers.
Target Milestone: Bugzilla 2.16 → Bugzilla 2.18
Comment on attachment 28584 [details] [diff] [review] spelling r=kiko
Attachment #28584 - Flags: review+
Comment on attachment 28585 [details] [diff] [review] improve first col markup r=kiko
Attachment #28585 - Flags: review+
Comment on attachment 28584 [details] [diff] [review] spelling r2=zach
Attachment #28584 - Flags: review+
Comment on attachment 28586 [details] [diff] [review] zap second cell Ok, and this removes the Go to Bug# text in addition to doing what the 2nd patch did? (Gerv was right. You _are_ confusing :)
Comment on attachment 28586 [details] [diff] [review] zap second cell >@@ -111 +112 @@ >- print "<TD><A HREF=\"show_bug.cgi?id=$id\">Go Back to BUG# $id</A></TABLE>\n"; >+ print "</TABLE>\n"; Why not fix the HTML and </TD></TR></TABLE> instead of leaving it borked? >@@ -981 +982 @@ >- print "<TD><A HREF=\"show_bug.cgi?id=$id\">Back To BUG# $id</A></TABLE>\n"; >+ print "</TABLE>\n"; >@@ -1013 +1016 @@ >- print "<TD><A HREF=\"show_bug.cgi?id=$duplicate\">Go To BUG# $duplicate</A></TABLE>\n"; >+ print "</TABLE>\n"; >@@ -1017 +1020,2 @@ >@@ -1019 +1024 @@ >- print "<TD><A HREF=\"show_bug.cgi?id=$k\">Go To BUG# $k</A></TABLE>\n"; >+ print "</TABLE>\n"; Same here?
Attachment #28586 - Flags: review-
Attachment #28584 - Attachment is obsolete: true
there were two reasons i made the abandon patch, one was the ugly table html that i didn't want to maintain, the other had to do with User Look and Feel. between browsers that don't progressively display tables and the tables adding a blockiness (even or especially w/ progressive display) with no function i decided to propose a patch that removed them entirely.
Same as attachment 28585 [details] [diff] [review], but it applies cleanly.
Attachment #28585 - Attachment is obsolete: true
Same as attachment 28586 [details] [diff] [review] except it applies cleanly. Also obsoleting attachment 65148 [details] [diff] [review] because it contains all of the changes in that one also.
Attachment #28586 - Attachment is obsolete: true
Attachment #65148 - Attachment is obsolete: true
Attached patch above plus abandons table (obsolete) — Splinter Review
Same as attachment 65155 [details] [diff] [review] with the addition of attachment 28587 [details] [diff] [review], but applies cleanly. I'm not obsoleting attachment 65115 [details] [diff] [review] because I'm not sure I like this without the box around each one and I want opinions. :-)
Attachment #28587 - Attachment is obsolete: true
Comment on attachment 65155 [details] [diff] [review] Cleanup first column markup and remove second cell r= justdave I'll pick this one, since I like the box around it, personally. I'm still open for opinions though.
Attachment #65155 - Flags: review+
*** Bug 132533 has been marked as a duplicate of this bug. ***
*** Bug 93752 has been marked as a duplicate of this bug. ***
see also the attachment on bug 93752, I'll vote for that one personally, for how this should look.
As requested, sample output with <dl>.
I don't think we should change the look unless there's a usability win. I like the current look, and the layout, and I'm sure other people do too. Gerv
Keywords: patch, review
arg, someone promised me they'd get this landed. fwiw i've started using tabs a lot and i'm getting really annoyed by that second table. my eyes expect to hit it earlier in the tab order than i really do. not to mention that the text is bogus.
Severity: normal → enhancement
Unloved bugs targetted for 2.18 but untouched since 9-15-2003 are being retargeted to 2.20 If you plan to act on one immediately, go ahead and pull it back to 2.18.
Target Milestone: Bugzilla 2.18 → Bugzilla 2.20
Bugzilla 2.20 feature set is now frozen as of 15 Sept 2004. Anything flagged enhancement that hasn't already landed is being pushed out. If this bug is otherwise ready to land, we'll handle it on a case-by-case basis, please set the blocking2.20 flag to '?' if you think it qualifies.
Target Milestone: Bugzilla 2.20 → Bugzilla 2.22
So, um, we have a review+ from justdave on that patch, but it's really, really old... what's up with that? What work needs to be done?
*** Bug 315622 has been marked as a duplicate of this bug. ***
(In reply to comment #26) > I don't think we should change the look unless there's a usability win. I like > the current look, and the layout, and I'm sure other people do too. Personally I think the table is hidious. Nowhere else in bugzilla do we have a table with that web-a'la-1997 look. Are there really any more people out there that likes this table? Additionally there are usability issues. It is compleatly illogical that the attachment number in the header is linked, but that the bug number is not. It is fairly easy to miss the bug-link since it's way off to the side. And as timeless points out. Things are very confusing when tabbing through the page.
The trunk is now frozen to prepare Bugzilla 2.22. Enhancement bugs are retargetted to 2.24.
Target Milestone: Bugzilla 2.22 → Bugzilla 2.24
QA Contact: mattyt-bugzilla → default-qa
Attached patch Patch v1 (obsolete) — Splinter Review
Output is like attachment 76964 [details], except I didn't make the other links smaller (bugs following the first one).
Assignee: timeless → bugzilla-mozilla
Attachment #65155 - Attachment is obsolete: true
Attachment #65165 - Attachment is obsolete: true
Attachment #242354 - Flags: review?(justdave)
Comment on attachment 242354 [details] [diff] [review] Patch v1 this is nice looking, and it seems to render a lot faster in the browser, too.
Attachment #242354 - Flags: review?(justdave) → review+
Attached patch Patch v2Splinter Review
Forgot to run ./runtests.pl. This one fixes those found by it (FILTER stuff).
Attachment #242354 - Attachment is obsolete: true
Attachment #242408 - Flags: review?(justdave)
*** Bug 353464 has been marked as a duplicate of this bug. ***
Comment on attachment 242408 [details] [diff] [review] Patch v2 confirm-duplicate and midair are still wrong
Attachment #242408 - Flags: review?(justdave) → review+
Flags: approval?
Flags: approval? → approval+
Checking in skins/standard/global.css; /cvsroot/mozilla/webtools/bugzilla/skins/standard/global.css,v <-- global.css new revision: 1.26; previous revision: 1.25 done Checking in template/en/default/filterexceptions.pl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/filterexceptions.pl,v <-- filterexceptions.pl new revision: 1.84; previous revision: 1.83 done Checking in template/en/default/attachment/created.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/attachment/created.html.tmpl,v <-- created.html.tmpl new revision: 1.13; previous revision: 1.12 done Checking in template/en/default/attachment/updated.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/attachment/updated.html.tmpl,v <-- updated.html.tmpl new revision: 1.12; previous revision: 1.11 done Checking in template/en/default/bug/process/bugmail.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/process/bugmail.html.tmpl,v <-- bugmail.html.tmpl new revision: 1.7; previous revision: 1.6 done Checking in template/en/default/bug/process/results.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/process/results.html.tmpl,v <-- results.html.tmpl new revision: 1.11; previous revision: 1.10 done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Summary: clean processbug output → Remove ugly table shown when posting/changing a bug
Blocks: 93751
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: