_ButtonMixin (dijit and mobile) non-robot tests
dijit
mobile
attributes
●
label
original
Programmatic
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
●
●
●
●
●
●
Clear
ReCSS
Console
DOM
Object
Close
DEPRECATED: dojox/mobile/sniff Use dojo/sniff instead -- will be removed in version: 2.0
Click on an object in the Log display
Hover over HTML elements in the main page. Click to hold selection.