David Golden

Results 8 issues of David Golden

# Description There is an edge case that exists where if permanentTrackY/X is enabled and the scrollability of the child content changes, a re-render is not triggered and therefore the...

**What is the current behavior?** When permanentTrackY is enabled, while the scrollbar track reacts to changes in content size, the ability to scroll via mouse wheel or trackpad (i.e. not...

Inside ClientController's `_render` method, when all `elementPromises` (which are created from a page's `getElements()` methods) are not resolved, `finishRoute()` is never fired, which then breaks all page navigation because `this._loading`...

I'm not sure why a callback for changing state would return the old state that we already have. In my opinion this should be returning the updated layout state.

stale

This looks to be very intentional. I'm mostly curious why you did this? It seems like bad formatting even though it technically works.

I would expect that when instantiating a serializer and explicitly setting the expand argument, that would be respected no matter what. Instead, the behavior is that if there is an...

React 19 deprecates findDOMNode which is used by `react-transition-group` unless nodeRef is provided as a prop. This adds that prop and makes necessary changes for transitions to work correctly.

### Description Deserializing an initial markdown value of ``` foo * bar ``` generates the Slate value of ``` [ {type: "p", children: [{text: "foo"}]}, {type: "ul", children: [{type: "li",...

bug
plugin:list-classic
plugin:markdown