Closed
Bug 1190875
Opened 10 years ago
Closed 10 years ago
Version 5.0 ignores Custom Field "Field only appears when" validators
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1183398
People
(Reporter: gprice, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.125 Safari/537.36
Steps to reproduce:
1. Clean install of Bugzilla 5.0
2. Create a second "Test Component"
3. Create a Custom Field with: bug_creation, bug_mail, and manadatory set.
Set "Field only appears when" to Component and select the first component.
4. Create a Custom Field with: bug_creation, bug_mail, and manadatory set.
Set "Field only appears when" to Component and select the second component.
5. Enter a new ticket to either component 1 or component 2
6. Fill in mandatory fields.
7. Press Submit
Actual results:
The "Submit" button appears to do nothing... after turning on browser "Inspect Element" Tool, I see the following error:
An invalid form control with name='cf_test2' is not focusable.
cf_test2 was created to be seen only when component2 was selected.
Expected results:
The ticket should have been created.
Comment 1•10 years ago
|
||
The issue is about how browsers validate hidden fields.
Assignee: general → create-and-change
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Component: Bugzilla-General → Creating/Changing Bugs
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•