jfweemaes / ubiquity-xforms

Automatically exported from code.google.com/p/ubiquity-xforms
0 stars 0 forks source link

Test 4.4.14.a DOMFocusOut event needs revision. #477

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This test is supposed to determine whether an event is dispatched when a 
control loses focus, however it depends on two setfocus elements in the 
model that are not guaranteed to execute in any particular order. The 
setfocus elements are supposed to set focus to a node, and then set focus 
to a different node, triggering DOMFocusOut on the original element. 
However as they do not necessarily execute in the given order, the exact 
behaviour cannot be predicted; for this reason the test is unsuitable.

Original issue reported on code.google.com by fil...@gmail.com on 5 Jun 2009 at 5:30