Adam Shaw
Adam Shaw
I was not able to recreate the original bug, but @SHergibo, would you be able to check if the newly-released [v7.0.0-beta.0](https://github.com/fullcalendar/fullcalendar-workspace/releases/tag/v7.0.0-beta.0) makes improvements on this front? Theoretically it should have.
Thanks @SHergibo, I'm able to intermittently recreate this on my machine, especially in Firefox
Hi @SHergibo, looking into your code, I'm realizing @acerix was right in his response about setState causing the flicker, but I'd like to add some important details. Whenever the `DemoApp`...
hi @Aleafan , please see https://github.com/fullcalendar/fullcalendar/issues/7650#issuecomment-2415504156
I suppose I didn't think through all the implications of `resourceLaneContent` before implementing it. Can I ask for more info about your usecase @tkgwheeler ? For the content you're injecting,...
I've addressed this in [v7.0.0-beta.0](https://github.com/fullcalendar/fullcalendar-workspace/releases/tag/v7.0.0-beta.0) Updated (vanilla-js only) repro: https://codepen.io/arshaw/pen/dyxGZKW?editors=0010 Will work with the beta version of `@fullcalendar/react`
This has been addressed in [v7.0.0-beta.0](https://github.com/fullcalendar/fullcalendar-workspace/releases/tag/v7.0.0-beta.0). Now, in vertical resource view, if there are no resources, it will simply display empty days. Updated repro: https://codepen.io/arshaw/pen/oNKboPW
I'll actually reopen this issue because it's a bit different that #5180 The solution to this ticket's problem it to essentially call Calendar::updateSize when we know the mouse has been...
This is fixed in [v7.0.0-beta.0](https://github.com/fullcalendar/fullcalendar-workspace/releases/tag/v7.0.0-beta.0)
this would be a new feature request. the ability to return false and cancel the drag. i will keep this ticket open for that reason. a workaround be to allow...