remirror / remirror

ProseMirror toolkit for React 🎉
https://remirror.io
MIT License
2.7k stars 233 forks source link

Setting alignment or indentation on selections in a table does not work as expected #2136

Open labkey-alan opened 1 year ago

labkey-alan commented 1 year ago

Summary

If a user makes a selection of multiple cells in a table, and then tries to set the indentation or alignment of the content in those cells only one of the columns changes formatting.

Steps to reproduce

Expected results

The content in each selected cell is formatted

Actual results

The content in the last selected cell is formatted

Possible Solution

I do not have a suggested solution at this time

Screenshot(s)

remirror_table_bug

labkey-alan commented 6 months ago

This issue is still causing us problems, but we've also noticed that the behavior exists for other remirror extensions, not just indentation and alignment:

List of extensions with incorrect behavior:

List of extensions with correct behavior:

Is this an otherwise known issue?