Closed
Bug 250892
Opened 20 years ago
Closed 20 years ago
query.cgi "Find a specific bug" doesn't validate. Input fields are missing IDs.
Categories
(Bugzilla :: User Interface, defect, P3)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: bugreport, Assigned: bugreport)
Details
Attachments
(1 file)
1.43 KB,
patch
|
timeless
:
review+
|
Details | Diff | Splinter Review |
#
Line 104, column 21: reference to non-existent ID "BUG_STATUS"
<b><label for="bug_status">Status:</label></b>
This error can be triggered by:
* A non-existent input, select or textarea element
* A missing id attribute
* A typographical error in the id attribute
Try to check the spelling and case of the id you are referring to.
✉
#
Line 135, column 21: reference to non-existent ID "CONTENT"
<b><label for="content">Words:</label></b>
✉
#
Line 119, column 21: reference to non-existent ID "PRODUCT"
<b><label for="product">Product:</label></b>
Assignee | ||
Comment 1•20 years ago
|
||
Assignee | ||
Updated•20 years ago
|
Assignee: myk → bugreport
Status: NEW → ASSIGNED
Assignee | ||
Updated•20 years ago
|
Attachment #152883 -
Flags: review?
Assignee | ||
Updated•20 years ago
|
Priority: -- → P3
Target Milestone: --- → Bugzilla 2.18
Attachment #152883 -
Flags: review? → review+
Assignee | ||
Updated•20 years ago
|
Flags: approval?
Flags: approval2.18?
Updated•20 years ago
|
Flags: approval?
Flags: approval2.18?
Flags: approval2.18+
Flags: approval+
Assignee | ||
Comment 2•20 years ago
|
||
checked in on both branches
Status: ASSIGNED → RESOLVED
Closed: 20 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
•