プロジェクト

全般

プロフィール

Vote #77867

完了

z-index children menu should be greater than content

Admin Redmine さんが3年以上前に追加. 3年以上前に更新.

ステータス:
Closed
優先度:
通常
担当者:
-
カテゴリ:
UI_10
対象バージョン:
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
10
version_id:
123
issue_org_id:
24000
author_id:
5037
assigned_to_id:
1
comments:
9
status_id:
5
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[Closed]

説明

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;
}

journals

--------------------------------------------------------------------------------
Please explain more details about what the current problem is and what you expect.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
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?
--------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------
Thanks for testing, I am setting this as a candidate for the next bugfix release then.
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Fix committed, thanks.
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------


related_issues

relates,Closed,15880,Consistent, global button/menu to add new content

Admin Redmine さんが3年以上前に更新

  • カテゴリUI_10 にセット
  • 対象バージョン3.3.2_123 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0