Adam Shaw
Adam Shaw
@stephenharris , as a data point, what browser are you using. thanks for the fix
@stephentissot, you probably know this, but your solution only handles when the body is zoomed. If the calendar is within some other intermediate container that is zoomed, this technique won't...
this seems fixed (as of version 4 or 5 probably) please try zooming and then selecting on here: https://fullcalendar.io/docs/date-clicking-selecting-demo
I'll reopen and fix as part of a minor release. Probably the same root cause as #6825
Hi @jeremymcminn, that is currently not easily possible, but if more people demand it, I'll consider implementing it.
@yoh there would be many changes required to get it to work, but the most important file is: https://github.com/fullcalendar/fullcalendar-scheduler/blob/master/src/common/ResourceDayTableMixin.coffee
Others have suggested that the [resourceColumns](https://fullcalendar.io/docs/timeline/resourceColumns/) functionality in timeline ([demo](https://fullcalendar.io/js/fullcalendar-scheduler-1.5.1/demos/column-grouping.html)) be ported over to vertical resource view as well. For both resourceColumns and [resource grouping](https://fullcalendar.io/docs/resource_rendering/resourceGroupField/), it is unclear to me...
Thank you for the very thorough recommendation @MagdalenaHenke. Avoiding using Portals is one solution, but FWIW, react-area uses [a different solution](https://react-spectrum.adobe.com/react-aria/Popover.html#popover-2) where it focuses the popover element, which allows the...
This has been implemented in [v7.0.0-beta.4](https://github.com/fullcalendar/fullcalendar-workspace/releases/tag/v7.0.0-beta.4) In this demo, tab all the way to +more link, press Enter or Space to open it, continue tabbing through the events, and as...
This is likely fixed in the newly-released [v7.0.0-beta.0](https://github.com/fullcalendar/fullcalendar-workspace/releases/tag/v7.0.0-beta.0) but I don't have a clean repro to prove it. Could anyone please verify?