Bernie Sumption

Results 9 issues of Bernie Sumption

JIRA: https://ag-grid.atlassian.net/browse/AG-11501 Branch build for testing: https://testing.ag-grid.com/AG-11501/

Some websites dispatch custom "message" events on windows, which causes console errors because the event lacks the "data" property.

## Bug report ### Current Behavior The default display for Accordion.Content is block. Setting it to flex causes a double animation when closing a section. ### Expected behavior The animation...

### Problem description The Deploy documentation does not contain any warnings not to perform work in the background after a response has been returned from a handler. I have tried...

This is work in progress implementation of a `theme` grid option for the Theming API, and some docs examples currently for React only. Docs: https://testing.ag-grid.com/AG-12049/angular-data-grid/theming-api/ There are lots of changed...

WIP

This PR: 1. Removes the ResizeObserver polyfill 2. Deprecates gridOptions.suppressBrowserResizeObserver and turns it into a no-op

I have a feature suggestion and would be interested in feedback. The title of this issue says it all, here's my justification. When a ternary is used to select between...

This PR updates the $props documentation to clarify when prop values are deeply reactive In particular, this wording confused me: > Fallback values are not turned into reactive state proxies...

documentation

Given the following invalid code (invalid because an {:else} block comes before a {:else if} block): ``` {#if condition === 0} A {:else} REMOVED {:else if condition === 1} ELIF...