Bob Ippolito

Results 274 comments of Bob Ippolito

I don't think these workarounds should be required in recent versions (possibly as early as v0.22)

Closing this PR due to staleness! If there are new updates, please reopen the PR.

So in this case what's happening is that the selection still includes the table, but the table selection styles are displayed whether the editor has focus or not. This can...

This change was probably my fault in #5223. I couldn't find any existing code that used DecoratorNode as children of the root and it seemed that there was assumptions that...

Note also that the Flow types were changed to explicitly declare that these methods should only return ElementNode or null back in #2261 (and have not been changed since), so...

I think the best fix for this would be to handle top-level DecoratorNodes separately from whatever code is currently calling `node.getTopLevelElement()` (`$insertNodeToNearestRoot`? it's unclear since the original issue did not...

There is not currently anyone on the lexical core team working on this issue, mostly due to lack of IME expertise. If a PR is submitted that fixes these sorts...

This should've been closed by #7061 but a typo in the commit description prevented the automation from closing it

The problem is that the decorator logic doesn't check for a shadow root. When you delete the paragraph before the HR, put the selection there (offset 0 of the TableCellNode),...