Adam Shaw
Adam Shaw
Originally reported on Google Code with ID 2277 ``` I'm trying to get dragScroll (http://fullcalendar.io/docs/event_ui/dragScroll/) working, but when a dragged event reaches the edge of the calendar, nothing happens. jsFiddle...
Originally reported on Google Code with ID 2453 ``` Someone had a similar request attached to another request (2248) and that person was told to create a separate issue for...
Originally reported on Google Code with ID 367 ``` I'd like to see the Dbl Click events exposed in the same way that dayClick and eventClick are. Don ``` Reported...
Originally reported on Google Code with ID 1838 ``` Can you develop the full Calendar to support hijri (Arabic Calendar) in which I can switch between the Hijri and Georgian...
Originally reported on Google Code with ID 1546 ``` Hi i have to build a jalali calender and every thing was ok expect one problem month days are different from...
Originally reported on Google Code with ID 2011 ``` Hi arshaw The full calendar is very useful and simple to configure , but i feel it miss one important feature...
Originally reported on Google Code with ID 225 ``` Hi, First of let me say, I love this plugin. I think it's amazing! I was wondering if there was a...
*Updated by @arshaw on 8/30/2021:* This proposal builds on the ["roving tabindex" ticket](https://github.com/fullcalendar/fullcalendar/issues/6527) - initiating a drag or resize - if events are draggable or resizable - the event element...
This functionality builds on the [ARIA-recommended keyboard-based tabindex "roving"](https://github.com/fullcalendar/fullcalendar/issues/6527) functionality. We want to allow users to do any FullCalendar UI action with their keyboard alone, including triggering a [dateClick](https://fullcalendar.io/docs/dateClick) and...
A ["roving tabindex"](https://www.w3.org/TR/wai-aria-practices-1.1/#kbd_roving_tabindex) is when a component accepts focus on only the subset of its UI that is "selected". Once the component has been focused, the user can move the...