Closed
Bug 581449
Opened 15 years ago
Closed 10 years ago
show_bug.cgi contains several <label> elements pointing to non-existent IDs if the user cannot edit some fields
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mcepl, Unassigned)
References
()
Details
(Whiteboard: [blocker will fix])
| Reporter | ||
Updated•15 years ago
|
Version: unspecified → 3.6.1
Comment 1•15 years ago
|
||
To fix this, either <label>'s should be removed if you cannot edit the corresponding fields, or the fields should be hidden using <input type="hidden">. What's annoying with hidden fields is that process_bug.cgi would get them, and would need to validate them.
Severity: normal → minor
OS: Linux → All
Hardware: x86_64 → All
Summary: show_bug.cgi page contains a ton of <label > elements pointing to non-existent IDs → show_bug.cgi contains several <label> elements pointing to non-existent IDs if the user cannot edit some fields
Comment 2•15 years ago
|
||
I'm actually tending toward just saying that this is WONTFIX, even though it is a valid bug. If you view the form in an editable mode, nearly all the labels become valid, and if you're viewing it in an uneditable mode, the lack of labels doesn't cause any regression for the end user.
Comment 3•15 years ago
|
||
I mean, the lack of valid label targets.
Comment 4•13 years ago
|
||
This should be fixed by bug 575211, assuming editable => 1/0 is set correctly.
Depends on: 575211
Whiteboard: [blocker will fix]
Comment 5•10 years ago
|
||
AFAIK, this has been fixed when we moved to HTML5.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•