Nige White
Nige White
https://dom.spec.whatwg.org/commit-snapshots/f2a2dedd8831cbae9afeab87b915e1234c49cba1/#interface-nodefilter > Interface NodeFilter According to the current standard, the filter return values can be - FILTER_ACCEPT (1); - FILTER_REJECT (2); - FILTER_SKIP (3). I propose a fourth: FILTER_ABORT (4)...
First remove all events except the "Annual event". With the rule as `'FREQ=YEARLY;BYDAY=MO;BYMONTH=3;BYSETPOS=3'` chosen from the UI. The iterator does not hit the correct month when generating the occurrences to...
[Forum post](https://forum.bryntum.com/viewtopic.php?p=137833#p137833) See also https://github.com/bryntum/support/issues/7719 And https://github.com/bryntum/support/issues/8131 could be related. Non-working rule example 1: Every first Saturday in January/February/March (shows every first Saturday in every month) `FREQ=MONTHLY;BYDAY=1SA;BYMONTH=1,2,3` The reason is...
[Forum post](https://forum.bryntum.com/viewtopic.php?t=28760) Hey! Could someone please explain how does the tooltip for the task extending work? Our use case is that we work only based on days, no hours needed....
[Forum post](https://forum.bryntum.com/viewtopic.php?t=28271) For example the `HeaderMenu` will give its `Menu` widgets a `b-headermenu` class. All subclasses will get a class named in this way automatically added. Each feature's menu visuals...
[Forum post](https://forum.bryntum.com/viewtopic.php?p=131983#p131983) Hello, I'm trying to figure out how I can overrule the RecurrenceConfirmationPopup and always use "Only this event". I haven't been able to find any configuration I can...
[Forum post](https://www.bryntum.com/forum/viewtopic.php?f=52&t=20201) Hi, is there a difference between these two columns? They seem to refer to the same data field. Thanks, Peter
[Forum post](https://forum.bryntum.com/viewtopic.php?t=28172) Suggestion. Zone's `updateHit` to be: ``` updateHit(hit) { const me = this, drag = me.dropping, mode = hit && drag[eventDragSym]; // Fire `move` event passing hit data to...