dayClicked is not quite intuitive
See original GitHub issueDescribe the bug
When you are trying to select a day, if the cursor moves AT ALL before mouseup, the dayClicked event does not fire. This is counterintuitive to how clicking works for end users. At the very least, as long as the mouseup happens inside the cell, dayClicked should probably still fire. This is causing a lot of frustration for our users since they are trying to rapidly select several days and it feels like the clicks just aren’t happening.
Minimal reproduction of the problem with instructions
You can reproduce this in the selectable period demo. Just click in a cell and move the mouse before you let up on the click.
Screenshots
See demo.
Versions
@angular/core
: 7.2.15angular-calendar
: 0.27.14- Browser name and version: Version 77.0.3865.90 (Official Build) (64-bit)
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
FullCalendar get clicked date on multi-day event
BUT it only works when no event was specified on the clicked date. But in my case I have a event. So eventClick...
Read more >V4 Release Notes and Upgrade Guide - Docs v4 - FullCalendar
Time zone support was reworked and is now more intuitive. ... timelineYear - will NOT display resources (requires the timeline plugin); timelineMonth -...
Read more >@fullcalendar/moment-timezone | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >fullcalendar/CHANGELOG.md - UNPKG
23, - not accepting dayClicks/selects because of overflow-x:hidden on ... 30, - background event background color does not completely fill cells in Chrome ......
Read more >Working With Data - V-Calendar
The first step is finding an efficient, intuitive way to convert our custom ... Handling the dayclick event is as simple as storing...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Work great!
Please give
0.27.20
a go, it should work properly now 😄