[PR #5939] [MERGED] Lexical fixes for v25.12 #6601

Closed
opened 2026-02-05 10:36:28 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/5939
Author: @ssddanbrown
Created: 12/7/2025
Status: Merged
Merged: 12/20/2025
Merged by: @ssddanbrown

Base: developmentHead: lexical_fixes_2512


📝 Commits (2)

  • 6661ae8 Lexical: Improved focus control for popup modal forms
  • 3e1b058 Lexical: Fixed undefined entity selector value

📊 Changes

4 files changed (+31 additions, -8 deletions)

View changed files

📝 resources/js/wysiwyg/services/shortcuts.ts (+11 -7)
📝 resources/js/wysiwyg/ui/framework/forms.ts (+7 -0)
📝 resources/js/wysiwyg/ui/framework/modals.ts (+12 -0)
📝 resources/js/wysiwyg/utils/links.ts (+1 -1)

📄 Description

For #5631

  • Updated focus control for popup modal forms to focus on first form-field on show, and restore focus to the editor on hide.
  • Fixed undefined default search value in link item search selector popup.
  • Updated item search selector popup to pre-fill search input with selected text range.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/5939 **Author:** [@ssddanbrown](https://github.com/ssddanbrown) **Created:** 12/7/2025 **Status:** ✅ Merged **Merged:** 12/20/2025 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `development` ← **Head:** `lexical_fixes_2512` --- ### 📝 Commits (2) - [`6661ae8`](https://github.com/BookStackApp/BookStack/commit/6661ae81782506a4f9dbf54ba8b74a2edc30ced7) Lexical: Improved focus control for popup modal forms - [`3e1b058`](https://github.com/BookStackApp/BookStack/commit/3e1b0587ec5fc81f02e5df4ba5544e233942ce92) Lexical: Fixed undefined entity selector value ### 📊 Changes **4 files changed** (+31 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `resources/js/wysiwyg/services/shortcuts.ts` (+11 -7) 📝 `resources/js/wysiwyg/ui/framework/forms.ts` (+7 -0) 📝 `resources/js/wysiwyg/ui/framework/modals.ts` (+12 -0) 📝 `resources/js/wysiwyg/utils/links.ts` (+1 -1) </details> ### 📄 Description For #5631 - Updated focus control for popup modal forms to focus on first form-field on show, and restore focus to the editor on hide. - Fixed `undefined` default search value in link item search selector popup. - Updated item search selector popup to pre-fill search input with selected text range. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:36:28 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6601