forcedotcom / lwc-dev-server-feedback

LWC Local Development
BSD 3-Clause "New" or "Revised" License
45 stars 10 forks source link

backspace on LWC Input rich text column removes total table #139

Open rahul-boinepally opened 1 year ago

rahul-boinepally commented 1 year ago

Describe the bug Create a component and add lightning-input-rich-text. Copy and paste a table from excel sheet. Table appears ok I can edit the values in table correctly. As soon as I hit a backspace in a column, whole table is deleted instead of the text I want to delete in a column.

To Reproduce Steps to reproduce the behavior:

  1. Create a new Lwc component. Add ightning-input-rich-text to the html.
  2. Create a table in excel sheet and copy-paste it in the input rich text component in ui.
  3. Enter text into rows and columns.
  4. Delete any text in any column by hitting backspace - you will see complete table being deleted instead of the text I want to delete.

Expected behavior The text I want to delete should be deleted on the backspace instead of total table.

Screenshots NA

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

stale[bot] commented 1 year ago

This issue has been automatically marked as type:bug-p3 because it has not had recent activity.