question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

dayClicked is not quite intuitive

See original GitHub issue

Describe 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.15
  • angular-calendar: 0.27.14
  • Browser name and version: Version 77.0.3865.90 (Official Build) (64-bit)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Mattkinscommented, Oct 21, 2019

Work great!

0reactions
mattlewis92commented, Oct 19, 2019

Please give 0.27.20 a go, it should work properly now 😄

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found