I would love to know that. It's specially annoying on sliders, when the user
clicks next multiple times and the text and images get selected.


On Wed, Aug 26, 2009 at 7:38 AM, ksamdev <ksam...@gmail.com> wrote:

>
> Hi,
>
> $( 'my_table_row').addEvent( 'dblclick': function( _event) {
>  _event.stop();
>
>  console.log( 'double click');
> });
>
> Unfortunately on double click browser still performs default text
> select. How to disable it?
>
> Checked in Safari 4, Firefox 3. Both have this problem.

Reply via email to