Drag an area and get the New Event dialog is great. But it pops up a
little too easy from just casual clicks.
I tried to replace some mouseup and click with dblclick and got it
almost working. Part from that it still draws the blue background on a
single click. What am I missing?
HDB
Jolle
I want to keep the drag behavior.
What I want to prevent is the New Event dialog to popup on a single
click. That I want to replace with a double click.
HDB
Jolle
Basically I'm trying to mimic the way it's done in my stand alone
calendar app (Ical on OSX).
If I single click in the calendar nothing happens, well it selects the
day but that's irrelevant in our case.
If I single click an existing event it activates the event but it
doesn't open the edit dialog. (Having the event activated means that I
can then delete it without opening it or copy/cut it for insertion in
another place. In a way nice features but not what I'm asking for.)
If I click and drag it creates a new event and open the event edit
dialog.
If I double click on a free space it opens the new event dialog
If I double click on an existing event it opens the edit dialog
I think this is more in line with proven interface guidelines. Having
it react on every single click makes the user nervous.
HDB
Jolle
> What you're saying makes sense. When I modelled the interations I
> based them on google calendar (for better or worse) which conflict
> with what ical does. There's an argument against using double clicks
> on the web as it's not so common in web apps although I'd be
> interested in checking into this again as I suspect it's less of an
> issue these days as apps have got a lot richer and the line between
> web and desktop is blurring.
In my opinion it's not a matter of if it's a web app or a "pure" app.
It's the intent of the action. Double clicking a link makes no sense
since there's only one possible action. Go get that page! It's like a
button. You never double click a button because there's only one thing
you can do with it. The purist idea that you don't double click on web
pages is because earlier you only had links or buttons to click on.
That's not true anymore. The interface is so much richer. And with
that comes the need for more levels of action. Single clicks, double
clicks, right clicks etc. We need them all to build a proper user
interface.
> It might be possible to make this configurable so that a developer
> can choose an interation model based on single or double clicks.
> Obviously moving to a purely double click approach would break
> existing implementations so it's not an option.
An option would be super! Put it on the list! :-)
HDB
Jolle