Actions
Defect #40809
opencontext-menu shows out of screen when scrolled down with a lot of issues
Status:
Needs feedback
Priority:
Normal
Assignee:
-
Category:
Issues list
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
I tested this on my custom theme as well as the default theme, but did not get a chance to test on a bare bones redmine instance yet.
Still have some confidence that this exists on bare bones redmine.
The context-menu seems to show up out of screen when certain conditions apply...
I think its when there are a lot of issues in the list (>25, I have around 90 on my test) and you scroll down a certain amount.
I was able to crudely fix it by modifying
/public/javascripts/context-menu.js
where all the vertical pixels for css "top" is divided by 10 or 100.
Have not tested on a bare bones instance yet but fairly sure this exists on the bare bones redmine.
Files
Actions