dijit/focus.curNode not set when clicking tabIndex=-1 node
dijit/focus has some code to ignore focus events on disabled elements. Not sure this is even necessary, but in any case it's having the side effect of also ignoring when elements with tabIndex=1 are clicked, and get focus.
This causes a failure in !BorderContainer_complex.html, although the test should probably be updated to not use dijit/focus as part of the test. But that's a separate issue. It also accounts for some test files doing a workaround of calling click() twice, and blaming it on a robot problem.
Change History (6)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
In [31423]: