Project

General

Profile

Actions

Defect #36574

closed

context-menu on task

Added by Brice Beaumesnil over 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

Hello,

context-menu on right click on roadmap's or issues's page can be display in wrong place on Firefox browser (no problem on Chrome).

It's just because the div context-menu is append on content's div

On context-menu.js

document.getElementById("content").appendChild(menu);

need to be change. For example :

document.getElementById("footer").parentElement.appendChild(menu);

But it's need to be append to a full page DIV.

Thanks

Actions

Also available in: Atom PDF