Adam Shaw

Results 404 comments of Adam Shaw

using the `icon` route is a hack that will probably work. it's only meant to work with project-internal icon names and jquery-ui names tho. a more proper solution would be...

This will be implemented for v7. More info: https://github.com/fullcalendar/fullcalendar/issues/7907

This has been 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/YzmwEdE

This is addressed in the newly-released [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/MWNKOVN?editors=0010

For number 2, there is no way to cancel an AJAX request. it probably already made it to the server at that point and there's no point in stopping it....

i understand the need for this. as @espen says, `debounce` is likely the solution to this, but should be handled internally and exposed through a simple option

This has been fixed in [v7.0.0-beta.0](https://github.com/fullcalendar/fullcalendar-workspace/releases/tag/v7.0.0-beta.0) The v5 repro that better demonstrates the bug: https://codepen.io/arshaw/pen/mdNVqQx The v7-beta repro that shows it's fixed: https://codepen.io/arshaw/pen/zYgrPyq

This will be implemented for v7. More info: https://github.com/fullcalendar/fullcalendar/issues/7907

In [v7.0.0-beta.4](https://github.com/fullcalendar/fullcalendar-workspace/releases/tag/v7.0.0-beta.4), the close button is now tabbable. Open the popover and tab all the way to the close button and you'll see: https://codepen.io/arshaw/pen/jENZLBO?editors=0010

In fact, you'll notice the close button is focused as soon the popover is opened, which makes a nice spacebar-toggle effect.