Nige White

Results 63 comments of Nige White

We only don't see these visual glitches during bugbashes because we have several "cheat codes" in `shared.js` which makes our examples look good, but leaves customer apps open to visual...

Noting to do with styling. The only way round this is to show the event tooltip on an annoying timer which gets canceled if another click comes round while the...

This is a docs app issue. All the data is available and documented. The docs app just doesn't link up very well. `DropData` is defined which also links to `...

Being that this will not reproduce on vanilla classes, I suspect the wrapper can be improved. If multiple properties are being updated, these should be gathered into one config object...

Can we experiment to see how the following works? ``` function applyPropValue(configOrInstance: any, prop: string, value: any, isConfig = true): void { // Assigning React wrapper component instance if (value?.current?.instance)...

The issue is that `destroy` just destroys with no regard to who owns that component. Destroying a Container's child, just leaves the Container owning a destroyed child. Widget's `doDestroy` needs:...

These tickets are all the same Safari 26 bug. Flexbox is broken on Safari 26. https://bugs.webkit.org/show_bug.cgi?id=300866

The week starts on whatever day your Locale has set. And the week calculations are based on that start day. Google allows you to *say* that the week starts on...

This is with week start day Sunday. Using the default US English locale: Because there are only three days of the week in that start row, it is week 53...

Both Calendar and Scheduler use the same calculation. The discrepancy you see is purely visual. The Year number of the *Date* is displayed in the time axis header cell. Not...