-
Notifications
You must be signed in to change notification settings - Fork 225
Description
The following results from my testing:
Complete Success: My codes in Chrome on OS X 10.9.5 ( MacBookPro )
Your demo in Chrome on OS X 10.9.5 ( MacBookPro )
Partial success: Your demo in Safari on OS X 10.9.5 ( MacBookPro )
A sound by clicking a letter work only once .
Failure: My codes in Safari(v6-8) on OS X 10.9.5 ( MacBookPro )
My codes in Chrome on IOS(v7-8) ( ipad2 )
My codes in Safari on IOS(v7-8) ( ipad2 )
I inspect "loadstart" event and the others.
_mySound.bind('loadstart',function(e){
// debug
$('#tm-debug').append( '
buzz:loadstart event > '+Object.keys(e)+'
');});
Result is " buzz:loadstart event > clipboardData " when failure. Then others event are not triggered.
Result is " buzz:loadstart event > clipboardData,path,cancelBubble,returnValue,srcElement,defaultPrevented,timeStamp,cancelable,bubbles,eventPhase,currentTarget,target,type " when success.Then others event are normal.