Project

General

Profile

Actions

Defect #24000

closed

z-index children menu should be greater than content

Added by Kirill Ponomarev over 7 years ago. Updated over 7 years ago.

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

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

In Redmine 3.3.0.stable.15884 we have:

#main-menu .menu-children {
  z-index:1;
}

#content {
  z-index: 10;
}

It should be:

#main-menu .menu-children {
  z-index: 11;
}


Files


Related issues

Related to Redmine - Feature #15880: Consistent, global button/menu to add new contentClosedJean-Philippe Lang

Actions
Actions #1

Updated by Toshi MARUYAMA over 7 years ago

  • Related to Feature #15880: Consistent, global button/menu to add new content added
Actions #2

Updated by Toshi MARUYAMA over 7 years ago

Please explain more details about what the current problem is and what you expect.

Actions #3

Updated by Makoto Kawasaki over 7 years ago

Some uses have a problem that #conten element is over .menu-children element.
https://github.com/makotokw/redmine-theme-gitmike/issues/31#issuecomment-255307502

I have never seen this problem in my environment.

Actions #4

Updated by Jan from Planio www.plan.io over 7 years ago

I agree that a z-index of 1 may be too low given the fact that #content has a z-index of 10.

I am setting the z-index to 45 now, which is above context menus but below modals which I think would make sense.

Could someone please try the attached patch and see if the problem with said theme is still reproducible?

Actions #5

Updated by Gregory Van der Steen over 7 years ago

Jan from Planio www.plan.io wrote:

I agree that a z-index of 1 may be too low given the fact that #content has a z-index of 10.

I am setting the z-index to 45 now, which is above context menus but below modals which I think would make sense.

Could someone please try the attached patch and see if the problem with said theme is still reproducible?

Terrific! Tested and works in the following themes: default, classic, gitmike, flatly light, circle, a1, alternate

Actions #6

Updated by Jan from Planio www.plan.io over 7 years ago

  • Target version set to Candidate for next minor release

Thanks for testing, I am setting this as a candidate for the next bugfix release then.

Actions #7

Updated by Toshi MARUYAMA over 7 years ago

  • Target version changed from Candidate for next minor release to 3.3.2
Actions #8

Updated by Jean-Philippe Lang over 7 years ago

  • Status changed from New to Resolved
  • Assignee set to Jean-Philippe Lang
  • Resolution set to Fixed

Fix committed, thanks.

Actions #9

Updated by Jean-Philippe Lang over 7 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF