Closed
Bug 455744
Opened 17 years ago
Closed 17 years ago
Text fields on enter_bug.cgi are too large and inconsistent compared to show_bug.cgi
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: LpSolit, Assigned: LpSolit)
Details
Attachments
(1 file)
|
2.40 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
Here is an interesting comparison between enter_bug.cgi and show_bug.cgi:
Page | enter_bug | show_bug
================================
assignee | 32 | 30
qa contact| 32 | 30
CC list | 45 | 30
URL | 60 | 40
summary | 60 | 80
keywords | 60 | 40
There is no reason to not be consistent between both pages, so the patch fixes this. I set the bug summary field to 70 (instead of 80) to be almost as large as the description field. I also let the bug summary field use the whole row to not push flags too far on the right (the win is 30 pixels!). Now I no longer need to scroll horizontally to access the requestee fields. :)
Flags: blocking3.2?
Attachment #339092 -
Flags: review?(mkanat)
Attachment #339092 -
Flags: review?(guy.pyrzak)
Comment 1•17 years ago
|
||
Not a blocker but will probably make 3.2 anyway.
Flags: blocking3.2? → blocking3.2-
Comment 2•17 years ago
|
||
Comment on attachment 339092 [details] [diff] [review]
patch, v1
Yeah, this is pretty obviously correct, when I look at it.
Attachment #339092 -
Flags: review?(mkanat) → review+
Updated•17 years ago
|
Flags: approval3.2+
Flags: approval+
| Assignee | ||
Updated•17 years ago
|
Attachment #339092 -
Flags: review?(guy.pyrzak)
| Assignee | ||
Comment 3•17 years ago
|
||
tip:
Checking in template/en/default/bug/create/create.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl,v <-- create.html.tmpl
new revision: 1.87; previous revision: 1.86
done
3.2rc1:
Checking in template/en/default/bug/create/create.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/bug/create/create.html.tmpl,v <-- create.html.tmpl
new revision: 1.83.2.4; previous revision: 1.83.2.3
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•