Patch #25114
Context menu positioning inside positioned DOM elements
Status: | Needs feedback | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | Candidate for next minor release |
Description
In my theme the #content element is positioned relatively. It leads to an incorrect positioning of the context menu wich living inside the #content. A most simple fix is to bubble the context menu up to the top of DOM. Can we use this way?
Patch based on r16333.
History
#1
Updated by Serge Galanin almost 6 years ago
- File 0001-fix-context-menu-positioning.patch
added
#2
Updated by Pierre Maigne over 5 years ago
I applied this patch today (Redmine 3.4.3), as I also noticed that the context menu always appeared incorrectly away from the mouse pointer. The behavior is now has expected.
This very simple patch should be considered but a future release of Redmine.
Thank you Serge.
#3
Updated by Mischa The Evil over 5 years ago
- Status changed from New to Needs feedback
- Target version set to Candidate for next minor release