Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Fons Vandamme created an issue. See original summary.

f0ns’s picture

f0ns’s picture

Status: Active » Needs review
f0ns’s picture

Version: 8.x-1.18 » 8.x-1.x-dev

Status: Needs review » Needs work
f0ns’s picture

Status: Needs work » Needs review
f0ns’s picture

Note sure how a line of CSS can break the tests..

romainj’s picture

I cannot reproduce the behavior. What browser are you using?

f0ns’s picture

Chrome, maybe it has something to do with the fact that I added extra links and you are testing on the default links that are in the management menu.

ddrozdik’s picture

We have faced the same situation with a theme in OpenY (see screenshot).
This is happening only in a case when there is a fixed area with z-index bigger than z-index in toolbar.

  • romainj committed f8b984b on 8.x-1.x authored by ddrozdik
    Issue #2838636 by Fons Vandamme, ddrozdik, romainj: Issue with z-index...
romainj’s picture

Patch #10 works for me. I added to the latest dev version.

romainj’s picture

Status: Needs review » Fixed
ddrozdik’s picture

Today working with openY I realized that in previous patch #10 I used an incorrect ID. Here is an updated patch.

kerby70’s picture

Posting a patch admin_toolbar-2838636-15.patch to be applied to 8.x-1.19, to avoid issues.

f0ns’s picture

Would love to see this go into the next version :)

  • romainj committed c72e1b1 on 8.x-1.x authored by kerby70
    Issue #2838636 by ddrozdik, Fons Vandamme, kerby70, romainj: Issue with...
romainj’s picture

Patch #14 committed in latest dev version. Thanks to all.

romainj’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

mpark’s picture

FileSize
322.37 KB

I have to re-open this issue. After update to 8x1.20 the problem is there again. The patch is correct added:

#toolbar-bar {
  z-index: 9999;
}

but the code is diferrent, so new css code is better change to:

#toolbar-tab {
  z-index: 9999;
}
mpark’s picture

Version: 8.x-1.x-dev » 8.x-1.20