hey kids -

so i´m trying to stop text-selection when i have certain mouse
events.   i´ve tried to put in an event.stop in a "selectstart" event
listener, here´s a fiddle

http://jsfiddle.net/7nTmd/

it works great in chrome and safari but the "selectstart" event is
never fired in firefox.

ideas?

additionally i´ve noticed for html5 video and audio "ended" (i´ve also
tried "onended") isn´t getting fired.  i´m getting around it by
listening for media.duration >= media.currentTime but i´d rather use
the "onended" event.   more ideas?

Reply via email to