« Return to Thread: mouseClick vs mouseDoubleClick

Re: mouseClick vs mouseDoubleClick

by Bert Freudenberg-3 :: Rate this Message:

Reply to Author | View in Thread

Am 07.07.2006 um 05:15 schrieb Andreas Raab:

> Steven W. Riggins wrote:
>> I am having a little issue :)
>> When  I double click, I am seeing:
>> <on: mouseDoubleClick>
>> and then
>> <on: mouseClick>

That's bug #1039, you currently get the double-click before the click.

>> Shouldn't the mouseclick be swallowed if there was a double click?
>
> Yes.

Actually, no. That would mean you could get a click event only after  
the double-click timeout. The UI would feel very sluggish that way.  
What UIs usually do is that click selects the item and the following  
double-click performs some action on it.

See the GIFs attached to

        http://bugs.impara.de/view.php?id=1039

Also, see the bug report itself and its related reports. Assigned to  
me for ages, I know :( Hasn't been a show-stopper until now ...

I'll wait to see what Andreas finds, and then have a look myself, if  
still necessary.

- Bert -

_______________________________________________
Tweak mailing list
Tweak@...
http://impara.de/mailman/listinfo/tweak

 « Return to Thread: mouseClick vs mouseDoubleClick