Closed
Bug 460297
Opened 17 years ago
Closed 17 years ago
Parameters in editparams.cgi need an ID
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: LpSolit, Assigned: LpSolit)
Details
Attachments
(1 file)
2.48 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
Currently, the <a name="foo">label</a> and the <input name="foo"> parameter field have both the same name. As the label is displayed before the field, Selenium thinks I'm trying to edit the label. To avoid the confusion, all parameter fields should have an ID so that we can invoke them in a non-ambiguous way.
Attachment #343409 -
Flags: review?(mkanat)
Updated•17 years ago
|
Attachment #343409 -
Flags: review?(mkanat) → review+
Updated•17 years ago
|
Flags: approval3.2+
Flags: approval+
![]() |
Assignee | |
Comment 1•17 years ago
|
||
tip:
Checking in template/en/default/admin/params/common.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/admin/params/common.html.tmpl,v <-- common.html.tmpl
new revision: 1.7; previous revision: 1.6
done
3.2rc1:
Checking in template/en/default/admin/params/common.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/admin/params/common.html.tmpl,v <-- common.html.tmpl
new revision: 1.6.2.1; previous revision: 1.6
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
•