Adam Shaw

Results 387 comments of Adam Shaw

I'm checking this on FullCalendar v6.1.14 and things look okay: https://stackblitz.com/edit/github-wn9aqn-qr9irf?file=package.json I probably fixed this in v6.1.10 when I fixed this bug: https://github.com/fullcalendar/fullcalendar/issues/7524

`slotLabelOffset` seems to be a reasonable addition to the API

I agree, fullcalendar is too aggressive with disallowing text selection. This was originally implemented to prevent unwanted text selection while event dragging/resizing, but for some reason it's also applied to...

``` this seems to be a bug with fullcalendar stopping propagation. FC should cause the default browser behavior to happen. thanks ``` Reported by `adamrshaw` on 2014-10-30 17:53:11 - **Status...

``` Issue 2567 has been merged into this issue. ``` Reported by `adamrshaw` on 2014-10-30 18:06:50

Reported by `adamrshaw` on 2014-10-30 18:07:37

``` Issue 2626 has been merged into this issue. ``` Reported by `adamrshaw` on 2014-11-25 22:55:55

``` as a workaround i got it to function by adding $('#selectid').mousedown(function(event){event.stopPropagation()}) to the select. The mousedown of fullcalendar somehow prevent the default browser behaviour for the input elements such...

still a problem: https://codepen.io/arshaw/pen/OJMmOoY?editable=true&editors=001