Show GLQL popover only when focused on editor

What does this MR do and why?

Popover

  1. Show GLQL popover only when focused on editor
  2. Change popover boundary to viewport and placement to bottom
  3. This also fixes some QA spec failures due to popover appearing over clickable elements in tests: !194762 (merged)

Actions Dropdown

  1. Fix actions dropdown in GLQL (overflow hidden issue when collapsed)

Screenshots or screen recordings

Before After
Actions dropdown CleanShot 2025-07-24 at 12.17.14.png CleanShot 2025-07-24 at 13.07.46.png

How to set up and validate locally

  1. localStorage.clear()
  2. Use RTE
  3. Notice that GLQL popover appears now only on focus of the editor. It also appears below the + dropdown
  4. Insert a GLQL view
  5. Save
  6. Collapse the view
  7. The actions dropdown should work fine.

MR acceptance checklist

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

Edited by Himanshu Kapoor

Merge request reports

Loading