Adam Shaw

Results 404 comments of Adam Shaw

It is possible to [dynamically set](https://github.com/fullcalendar/fullcalendar/issues/3615) the `slotDuration`, and it is possible to create a [custom button](https://fullcalendar.io/docs/display/customButtons/), so this is possible, but many people would like there to be a...

I'm pretty confident this is fixed in [v7.0.0-beta.0](https://github.com/fullcalendar/fullcalendar-workspace/releases/tag/v7.0.0-beta.0), but I can't be sure because I can't recreate the original bug here to ensure it's been solved. Could someone please verify...

``` A good feature to have. Right now, accessing the slot area is difficult because each slot is not a distinct element. This somewhat relates to Issue 2513 ``` Reported...

should be implemented at the same time as https://github.com/fullcalendar/fullcalendar/issues/2430

@FeelDee, thank you so much for this PR. I bet this solution works, but I'm a bit apprehensive to start listening to drag-related events when the class is already so...

Hi @SelectSystemsInternational, the root cause is very hard to diagnose, and I can't figure out an elegant workaround, however, as a hacky/lame workaround you can align the day-numbers to the...

This is fixed in [v7.0.0-beta.0](https://github.com/fullcalendar/fullcalendar-workspace/releases/tag/v7.0.0-beta.0) Updated repro: https://codepen.io/arshaw/pen/wvVMPxY

By default, the [adaptive plugin](https://fullcalendar.io/docs/print) creates individual elements for each day when rendering a multi-day event for print. It was implemented this way to avoid using absolute positioning in print-view....

This has been fixed in [v7.0.0-beta.3](https://github.com/fullcalendar/fullcalendar-workspace/releases/tag/v7.0.0-beta.3) Updated repro: https://codepen.io/arshaw/embed/PwYpRbN?default-tab=result&theme-id=light (After attempting to print, the screen switches to dark-mode, but this is a bug with Codepen and not FullCalendar)

Hi @TNAJanssen , here's a workaround: https://codepen.io/arshaw/pen/NWJKJvO?editors=0010 Settings `dayMinWidth: 1` allows it to be set later and maintain scroll. I need to look into it further to determine the root...