Bob Ippolito

Results 485 comments of Bob Ippolito

Keyboard trap isn't even the default behavior, the TabIndentationPlugin takes over the tab key's default behavior. If you want tab to work like other html inputs then just don't use...

I think any improvements would be welcome, especially if they don't break compatibility (e.g. opt-in to changes in the tab plugin)

I think this feature makes sense, but it does essentially require a backwards incompatible reimplementation of TableSelection and related functionality.

I think the expected behavior here would be to have clicks be handled in the basically same way that the arrow keys are, where it will switch to a NodeSelection...

clicks already do this if you manage to click near enough to the displayed hr, there are just "empty" locations between the divider and any adjacent block element node that...