Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Want to trap both click and double-click


  • From: mdougherty at pbp.com (Mike Dougherty)
  • Subject: [Javascript] Want to trap both click and double-click
  • Date: Tue Dec 19 09:37:25 2006

I guess I could have looked that up before posting.  Anyway, I found it frustrating to use and 
develop for

I think Paul's point about not having visible controls is an important UI consideration.  Maybe 
you could get away with it on an intranet where everyone knows about the feature after being shown 
how to use the app - but for a public application it usually takes more space to tell people how 
to use the non-obvious feature as it would have to implement an obvious UI.

On Tue, 19 Dec 2006 14:21:09 +0000
  Nick Fitzsimons <nick@xxxxxxxxxxxxxx> wrote:

> No, it's defined in HTML 4.01:
> <http://www.w3.org/TR/html4/interact/scripts.html#adef-ondblclick>