Adam Shaw

Results 387 comments of Adam Shaw

This is being implemented in v7, see info about recent beta releases here: https://github.com/fullcalendar/fullcalendar-workspace/releases

This has been greatly improved in [v7.0.0-beta.4](https://github.com/fullcalendar/fullcalendar-workspace/releases/tag/v7.0.0-beta.4) The markup is using role=grid/treegrid/rowgroup/row/gridcell/rowheader/colheader and ensuring correct aria-colspan/rowspan. For view with "slots" (timeline/timegrid) where events' coordinates are positioned atop an axis, I...

Feel free to look at this playground: https://codepen.io/arshaw/pen/QwLQMyX?editors=0010

This is probably solved with v5, but I'm not absolutely sure. The repro link originally posted is a bit too involved for me to want to upgrade it to check....

@danielneuman , can you write a reduced test case from the ground-up, where the calendar loads with an initial set of events/resources, and then you have a button, which when...

The problem here is that the `navLink*Click` handlers are called in more specific situations that you might think. For example, `navLinkDayClick` only happens when a whole-day cell is clicked. The...

I am very sorry for the delay on this. I will be repurposing this ticket to track the more detailed individual tickets. I've recently updated the roadmap for the rest...

Some updates. [v7.0.0-beta.0](https://github.com/fullcalendar/fullcalendar-workspace/releases/tag/v7.0.0-beta.0) has just been released and I've made some progress and revised my opinions about certain sub-tickets: - Toolbar has a more formal way to customize responsive behavior,...

something like this is already implemented for *week* boundaries, and it would not be too hard to make it work for day boundaries. To see how it's implemented for weeks,...

this is a hack using background events that some might find acceptable: http://jsbin.com/yarawiwucu/2/edit?js,output