continuouscalendar / jquery-continuous-calendar

Date picker and range selector with scrollable months instead of paged (the only right way to do it)
http://continuouscalendar.github.io/jquery-continuous-calendar/
85 stars 35 forks source link

Select range with click+mousemove+click instead of dragging #72

Closed fiskus closed 11 years ago

fiskus commented 11 years ago

Should be option for this.

fiskus commented 11 years ago

I want to move methods for selecting ranges outside mouseDown/mouseMove/mouseUp and call it depends on this option.

fiskus commented 11 years ago

Example of that UX on calendar at https://ostrovok.ru/?lang=en

eeroan commented 11 years ago

For me it sounds quite a big change. Currently the range can be expanded by dragging from the first or last date and moved by dragging from middle. How would this affect? Also the example you gave hides the selection on mouse over, witch I find bad UX.

My worry is that this component becomes a feature creep and the code becomes more and more complex. If it's a small and easy change, then why not.

fiskus commented 11 years ago

Ok, I will be back with pull-request. Or not :)