[PR #244] [CLOSED] RichEdit: Fix issue with unresponsive menu bar after right click on Wayland #264

Closed
opened 2026-05-05 03:44:16 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/244
Author: @klugier
Created: 3/18/2025
Status: Closed

Base: masterHead: klugier/rich-edit-wayland-menubar-fix


📝 Commits (1)

  • d912216 RichEdit: Fix issue with unresponsive menu bar after right click on Wayland.

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 uppsrc/RichEdit/Mouse.cpp (+0 -1)

📄 Description

It seems that executing LeftDown when text is not slected in RightDawn in RichEdit doesn't make much sense. After removing this line the Wayland version of RichEdit works as expected and right click menu bar when there is no selection behaves as expected.

Not sure if there is a drawback of removing of LeftDawn, hoever I didn't notice anything bad.


🔄 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/ultimatepp/ultimatepp/pull/244 **Author:** [@klugier](https://github.com/klugier) **Created:** 3/18/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `klugier/rich-edit-wayland-menubar-fix` --- ### 📝 Commits (1) - [`d912216`](https://github.com/ultimatepp/ultimatepp/commit/d91221600cc160dca2733056ada0aa439699cb59) RichEdit: Fix issue with unresponsive menu bar after right click on Wayland. ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/RichEdit/Mouse.cpp` (+0 -1) </details> ### 📄 Description It seems that executing LeftDown when text is not slected in RightDawn in RichEdit doesn't make much sense. After removing this line the Wayland version of RichEdit works as expected and right click menu bar when there is no selection behaves as expected. Not sure if there is a drawback of removing of LeftDawn, hoever I didn't notice anything bad. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:44:16 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#264
No description provided.