PurpleMine2 icon indicating copy to clipboard operation
PurpleMine2 copied to clipboard

Graphical bug with redmine 4.2.3

Open momlamzombie opened this issue 2 years ago • 3 comments

Hello,

When I used the theme with the branch 4.2.x of redmine, I have a graphical bug in issue view.

I have a shift between the selection and the results

image

momlamzombie avatar Nov 08 '21 17:11 momlamzombie

Can confirm this on 4.2.3.stable also

dup2 avatar Jan 10 '22 10:01 dup2

The problem is due to the fact that in recent Redmine the context-menu element is inside the content div, so its top position is determined relative to the site header. I have fixed this issue by setting position: fixed; for the context-menu element.

ivparamonov avatar Jan 21 '22 11:01 ivparamonov

Added a pull request: https://github.com/mrliptontea/PurpleMine2/pull/255

To fix this you have to add #context-menu { position: fixed !important } to redmine/public/themes/PurpleMine2/stylesheets/application.css

lbayerlein avatar Jun 23 '22 08:06 lbayerlein

Fixed by #262

mrliptontea avatar May 15 '23 20:05 mrliptontea