hello all - there appears to be a lack of interest but just for completeness:
yes firefox just does NOT fire the "onselectstart" event. very sad. however!!! i was able to fix this by returning false at the end of my "onmousedown" event. --- i´m still wondering about html5´s "ended". un abrazo.b On Jun 15, 2:46 pm, brook <[email protected]> wrote: > 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?
