-
-
Notifications
You must be signed in to change notification settings - Fork 680
Open
Labels
bugIncorrect or unexpected behavior in existing functionality.Incorrect or unexpected behavior in existing functionality.bug:P2Medium: Noticeable but non-blocking issues.Medium: Noticeable but non-blocking issues.effort:smallEstimated effort less than 0.5 days.Estimated effort less than 0.5 days.sponsorReported by or on behalf of a sponsor or paying customer and eligible for prioritized attention.Reported by or on behalf of a sponsor or paying customer and eligible for prioritized attention.
Description
Currently, it is not possible to track whether an editor dropdown (e.g. suggestion menu, formatting menu) is open from outside the editor.
This makes it difficult to prevent background scrolling, especially in layouts where the editor is placed inside a custom scrollable container rather than relying on document.body.
Expected Behavior
- A callback or event when an editor dropdown opens or closes
- Allow consumers to:
- Disable scrolling on their own scrollable container
- Re-enable scrolling when the dropdown is closed
This would make dropdown interactions easier and more predictable in complex layouts.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIncorrect or unexpected behavior in existing functionality.Incorrect or unexpected behavior in existing functionality.bug:P2Medium: Noticeable but non-blocking issues.Medium: Noticeable but non-blocking issues.effort:smallEstimated effort less than 0.5 days.Estimated effort less than 0.5 days.sponsorReported by or on behalf of a sponsor or paying customer and eligible for prioritized attention.Reported by or on behalf of a sponsor or paying customer and eligible for prioritized attention.