Skip to content

Fix insert table box in rich text editor

Himanshu Kapoor requested to merge 458371-rte-table into master

What does this MR do and why?

Fix insert table box in rich text editor

When insert table dropdown is opened upside down, it is impossible to select rows 5-8 for the table because the table dynamically expands and contracts in size. Now this behavior has been changed to only expand on hover, and never contract, unless the dropdown is closed.

Changelog: fixed

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screen Recording 2024-05-15 at 11.21.31 PM.mov Screen Recording 2024-05-15 at 11.19.43 PM.mov

How to set up and validate locally

  1. In rich text editor, click the table dropdown.

Related to #458371 (closed)

Edited by Himanshu Kapoor

Merge request reports