Bug: [lexical-react] [lexical-playground] slash menu disappears scrolling down · Issue #7430 · facebook/lexical · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Change typeahead popover positioning from fixed to absolute
- Add positioning context container for proper menu anchoring
- Update all typeahead menu implementations to use new container
- Fixes issue where menu disappears when scrolling
Fixesfacebook#7430
kirandash
added a commit
to bgwebagency/lexical
that referenced
this issue
Apr 6, 2025
Without scrolling down:

When you scroll down:

Lexical version: LTS
Steps To Reproduce
Go onto the playground, hit enter a few dozen times and scroll down, then type out a
/
, and the<LexicalTypeaheadMenuPlugin />
isn't visible.Link to code example:
https://playground.lexical.dev/
The current behavior
You cannot see the slash command menu when scrolling down.
The expected behavior
You should see the slash command menu when scrolling down.
The text was updated successfully, but these errors were encountered: