Skip to content

[VarDumper] fix .sf-dump z-index (debug bar conflict) #16825

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

monsty
Copy link
Contributor

@monsty monsty commented Dec 3, 2015

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #16824
License MIT
Doc PR -

Just changed the z-index because the twig dump is actually displaying over the debug bar (#16824).

@hansstevens
Copy link

Sorry, doesn't work for me either.
screen shot 2015-12-05 at 10 29 47

@peterpacket
Copy link

It doesn't work on chrome. It does work in firefox though.

image

@KoenraadM
Copy link

99998 Still shows the dump over the bar in Chrome

@brpauwels
Copy link

Doesn't work for me on Chrome.
screen_after

@wpottier
Copy link

wpottier commented Dec 5, 2015

after some investigation it's related to webkit animation that cause the animated element to ignore z-index behavior. (reports in chromium track : https://code.google.com/p/chromium/issues/detail?id=501596)

so PR if fine.

👍

@stof
Copy link
Member

stof commented Dec 5, 2015

👍

@nicolas-grekas
Copy link
Member

👍 as bug fix on 2.7

@stof
Copy link
Member

stof commented Dec 5, 2015

Thank you @monsty.

stof added a commit that referenced this pull request Dec 5, 2015
…oine LA)

This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #16825).

Discussion
----------

[VarDumper] fix .sf-dump z-index (debug bar conflict)

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #16824
| License       | MIT
| Doc PR        | -

Just changed the z-index because the twig dump is actually displaying over the debug bar (#16824).

Commits
-------

a72efb9 [VarDumper] fixed .sf-dump z-index
@stof stof closed this Dec 5, 2015
@beoboo
Copy link

beoboo commented Dec 5, 2015

Why is the z-index needed there? Removing the z-index property (for pre.sf-dump) at all the issue seems to be solved both in Chrome and Firefox...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants