Show GLQL popover only when focused on editor
What does this MR do and why?
Popover
- Show GLQL popover only when focused on editor
- Change popover boundary to viewport and placement to bottom
- This also fixes some QA spec failures due to popover appearing over clickable elements in tests: !194762 (merged)
Actions Dropdown
- Fix actions dropdown in GLQL (overflow hidden issue when collapsed)
Screenshots or screen recordings
| Before | After | |
|---|---|---|
| Actions dropdown | ![]() |
![]() |
How to set up and validate locally
localStorage.clear()- Use RTE
- Notice that GLQL popover appears now only on focus of the editor. It also appears below the + dropdown
- Insert a GLQL view
- Save
- Collapse the view
- 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

