Results 10 issues of Saki

The bug was discovered by a user of [Bryntum Scheduler](https://www.bryntum.com/products/scheduler/) and reported it in [this forum post](https://www.bryntum.com/forum/viewtopic.php?f=44&t=21016). However, it can be easily reproduced w/o Bryntum libraries by adding the following...

bug-report

Info: * https://remix.run/ * https://twitter.com/_thomasholland/status/1544986696583942145 To disable SSR for our components it is necessary to: * name our files `[something].client.[js|ts|jsx|tsx]` * use `` tag Attaching the working demo. Code is...

feature request
example
react
onboarding

Yes, it behaves as user describes. It seems that not all selected events are processed: Note: The provided showcase needs Node 18 to work. [Forum post](https://forum.bryntum.com/viewtopic.php?f=44&t=28344&p=142440#p142440) Hello! I'm seeing some...

bug
forum

[Forum post](https://forum.bryntum.com/viewtopic.php?p=127773#p127773) Need to clarify whether we want it also for month/year view and agenda. Implementing it in DayView will work for WeekView as well.

feature request
high-priority
forum
large-account
OEM

To reproduce: 1. navigate to https://bryntum.com/products/calendar/examples/basic/ 2. go to today 3. create a recurring event: Repeats daily, ends after 2 repeats 4. in console: `bryntum.query('calendar').eventStore.last.excpetionDates = ['2024-MM-dd']; // first day`...

bug
resolved
forum
OEM

http://localhost/bryntum-suite-other/Scheduler/examples/frameworks/react/javascript/drag-from-grid/build/ While dragging from grid the drag proxy is green while all other events are blue.

styling
angular
vue
react
ready for review
bugbash

There is no UI way to add a task to the completely empty Gantt. We should have a context menu (right-clicking on empty left grid) that would allow for that....

feature request
forum

feature request
resolved
high-priority

It can be easily seen on https://bryntum.com/examples/grid/basic/ by narrowing the first column. The reason for this behavior is that we have text directly in the cell and the anonymous cell...

styling
feature request
BLOCKING