On Fri, 18 Aug 2023 20:55:23 GMT, Andy Goryachev <[email protected]> wrote:

> question: what happens when the user navigates away when editing the cell? it 
> looks like the fix correctly handles the situation. are there any other 
> possible scenarios?

I don't think there are, because now we're correctly handling the two scenarios 
that affect the `focusWithin` count:
1. Removing a non-zero focusWithin node from the scene graph
2. Adding a non-zero focusWithin node from the scene graph

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1210#issuecomment-1684442966

Reply via email to