Update: this has been solved by Jquery, but it would be useful if the plugin code could be updated so that this is not necessary.
jQuery(window).load(function(){
jQuery('.fc-daygrid-event').attr( 'tabIndex', 0 );
});
Thank you for reporting, that would be a valuable update for this plugin. However when I look at the webpage you provided, I cannot see the tabindex on the events (the dots) and I cannot focus them by using the keyboard. Or did you add this tabindex to some other part?
Thanks, you’re right that it is not working reliably with the Jquery, so it would be great if the fc-daygrid-event and fc-list-event etc. elements could have a tabindex of 0 in the plugin code.
-
This reply was modified 3 years, 7 months ago by
pixelshrink.
I’ve tried to do that, but somehow the detail popup is not appearing when using the keyboard.
If you can create a pull request (https://github.com/michielvaneerd/privategooglecalendars) that works reliably I’ll be happy to merge this.
Hi, it took a long time, but this is now been implemented in version 20230111. Now the popup with event details is displayed when the associated event receives focus.
That’s excellent news, thanks very much.