#12047 closed defect (wontfix)
Opera: form.module Button_a11y test failures
Reported by: | Katie Vance | Owned by: | Katie Vance |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | Dijit - Form | Version: | 1.5 |
Keywords: | opera | Cc: | Douglas Hays |
Blocked By: | Blocking: |
Description
There are 4 test failures:
-dijit.form.Button::enabled -dijit.form.DropDownButton::space opens menu -Invoke Submit and Reset Buttons by ENTER::click Submit -Invoke Submit and Reset Buttons by ENTER::click Reset
Results were:
assertEqual() failed:
expected
2
but got
3
... FAILED test: ../../dijit/tests/form/robot/Button_a11y.html::dijit.form.Button::enabled 2001 ms
assertTrue('false') failed with hint: edit menu is visible: top: 0px; overflow-x: hidden; overflow-y: hidden; width: 105px; visibility: visible ... FAILED test: ../../dijit/tests/form/robot/Button_a11y.html::dijit.form.DropDownButton::space opens menu 1500 ms
assertEqual() failed:
expected
1
but got
2
with hint: ENTER: # of times submit invoked 2
... FAILED test: ../../dijit/tests/form/robot/Button_a11y.html::Invoke Submit and Reset Buttons by ENTER::click Submit 1002 ms
assertEqual() failed:
expected
1
but got
2
with hint: ENTER: reset should be invoked 1 time. actual count = 2
... FAILED test: ../../dijit/tests/form/robot/Button_a11y.html::Invoke Submit and Reset Buttons by ENTER::click Reset 5000 ms
Change History (3)
comment:1 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
comment:2 Changed 9 years ago by
Priority: | high → low |
---|
comment:3 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Since Opera is switching to the webkit rendering engine, closing this ticket. If it's still an issue after the switchover, we can look at it again.