Closed
Bug 312030
Opened 19 years ago
Closed 13 years ago
When classifications are enabled, the bug ID is badly aligned when viewing a bug report
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: bernhard.merkle, Assigned: mkanat)
References
Details
(Whiteboard: [Fixed by blocker])
Attachments
(2 files)
21.56 KB,
image/jpeg
|
Details | |
771 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Hi there,
when you activate the categories option, which is new in version 2.20
I get a layout problem in the show_bug.cgi. The problem is, that the
bug number is displayed as superscripted (compared to the label Bug#:)
please see attached screenshot for details.
Reproducible: Always
Reporter | ||
Comment 1•19 years ago
|
||
Reporter | ||
Updated•19 years ago
|
Version: unspecified → 2.20
![]() |
||
Comment 2•19 years ago
|
||
This bad UI has already been discussed in bug 156670 comment 11. myk and myself
couldn't find an agreement.
![]() |
||
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•19 years ago
|
||
Attachment #202754 -
Flags: review?
Updated•19 years ago
|
Attachment #202754 -
Flags: review? → review?(justdave)
Comment 4•19 years ago
|
||
Comment on attachment 202754 [details] [diff] [review]
patch v1: one-liner that fixes problem
Hmm, a long category name would cause that to get indented quite a ways... there a reason this isn't just on a row by itself?
How about doing a vertical-align: bottom on the bug number?
Comment 5•19 years ago
|
||
Long classification names will cause indentation problems whether or not we let the header get break, since they're what's causing the indentation ("Bug#" itself is fairly narrow). vertical-align: bottom would line the bug number up, but it won't fix the ugliness factor of a multi-line header. Perhaps making classification its own field is the best option, although presumably whoever implemented classifications did it this way for a reason.
Comment 6•19 years ago
|
||
Ping?
![]() |
||
Comment 7•19 years ago
|
||
(In reply to comment #5)
> but it won't fix the ugliness factor of a multi-line header. Perhaps making
> classification its own field is the best option, although presumably whoever
> implemented classifications did it this way for a reason.
>
Having a separate field for the classification is my preferred solution, as already said in bug 156670. ;)
Comment 8•19 years ago
|
||
Comment on attachment 202754 [details] [diff] [review]
patch v1: one-liner that fixes problem
No sense leaving these things around forever.
Attachment #202754 -
Flags: review?(justdave)
![]() |
||
Updated•18 years ago
|
Assignee: myk → ui
![]() |
||
Comment 9•13 years ago
|
||
We no longer display the classification in the bug report since Bugzilla 3.2, and so this is no longer a problem.
Assignee: ui → mkanat
Status: NEW → RESOLVED
Closed: 13 years ago
Depends on: 452733
OS: Windows XP → All
Hardware: x86 → All
Resolution: --- → FIXED
Summary: activating categories results in incorrect layoutstyle for bug number → When classifications are enabled, the bug ID is badly aligned when viewing a bug report
Whiteboard: [Fixed by blocker]
Target Milestone: --- → Bugzilla 3.2
You need to log in
before you can comment on or make changes to this bug.
Description
•