Nige White

Results 63 comments of Nige White

It applies the locale you choose. So from this menu, all except the USA one will use Monday as the week start:

Returning `false` from a `beforeEventEdit` handler definitely does prevent editing. This needs to be investigated more before logging a bug like this. We need a new Project option: "Framework wrappers"

This is my suggested fix: ![Image](https://github.com/user-attachments/assets/69e1fb9e-7abc-45ba-91c5-4b0cee3ff198) `eventRecord.durationMS > timeAxis.endMS - timeAxis.startMS` tests whether the event really is larger than the time range, so that it is extended to accommodate the...

Regressed here: https://github.com/bryntum/bryntum-suite/commit/b08352e78b3d2e3e1e0f2ce79fa0bc4ecd770dba#diff-afb54f16bd95ec6435d44b312508f3b1e04ff6c9998fd7d44146ecfef8f69234L67

This is the suggested fix. ![Image](https://github.com/user-attachments/assets/a76326ab-2fdb-40c0-ade3-7b69f1454325) The issue is when determining ancestor clipping elements to check the clipped, visible rectangle, it must go up the `offsetParent` axis, not `parent` The...

`RecurringTimeSpanMixin.js` needs ``` convertToRealEvent(wasSet, silent) { if (!this.isOccurrence) { return; } const me = this, { recurringTimeSpan, resources, occurrenceIndex, recurrence } = me, count = recurrence && recurringTimeSpan.recurrence.count, // resourceRecords...

As part of this ticket, this exception should be fixed: https://github.com/bryntum/support/issues/11285 ![Image](https://github.com/user-attachments/assets/aec585b9-c664-4664-8a48-3d6367bd0621) Edit the "Daily" base event, and Assign to Rob in addition to Team Tasks. Change all occurrences when...

So alternate clicks select start and end? Click once that's the start, click somewhere else and that's the end? And then click on yet another cell, and the existing range...

The Airbnb one is bizarre. Once I select the start date of the 10th that's it! I can't unset it! I'm starting my holiday on the 10th! I have to...

Related to https://github.com/bryntum/support/issues/11049 but this was prompted by a requirement to use chained stores, or a different project to get a different perspective on data in multiple modes. Will be...