_ButtonMixin (dijit and mobile) non-robot tests
dijit
mobile
attributes
●
label
label
Programmatic
●
No srcNodeRef
No srcNodeRef
Compare native and widget click event behavior:
Submits
Bubbles
Clicks
native return true
●
widget return true
mobile return true
●
dialog return true
native return false
●
widget return false
mobile return false
●
dialog return false
native stopPropagation + return true
●
widget stopPropagation + return true
mobile stopPropagation + return true
●
dialog stopPropagation + return true
native stopPropagation + return false
●
widget stopPropagation + return false
mobile stopPropagation + return false
●
dialog stopPropagation + return false
native preventDefault + return true
●
widget preventDefault + return true
mobile preventDefault + return true
●
dialog preventDefault + return true
native preventDefault + return false
●
widget preventDefault + return false
mobile preventDefault + return false
●
dialog preventDefault + return false
x
●
●
●
●
●
●