Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Commit4400921
committed
bug#24665 Fix dump panel hidden when closing a dump (julienfalque)
This PR was merged into the 2.8 branch.Discussion----------Fix dump panel hidden when closing a dump| Q | A| ------------- | ---| Branch? | 2.8| Bug fix? | yes-ish| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | -| License | MIT| Doc PR | -In the dump panel of the debug bar, when closing a dump the panel sometimes get hidden:This is because when the size of the panel is reduced, if the mouse is not over it anymore, the `:hover` pseudo-class does not apply anymore.I "fixed" it by setting a min-height on the panel when closing a dump. The min-height is removed when leaving the panel _on purpose_:For now I only tested it on Firefox 56 on Arch Linux.Commits-------2e0b263 Fix dump panel hidden when closing a dumpFile tree
2 files changed
+17
-0
lines changed- src/Symfony
- Bundle/WebProfilerBundle/Resources/views/Profiler
- Component/VarDumper/Dumper
2 files changed
+17
-0
lines changedLines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
61 | 71 | | |
62 | 72 | | |
63 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
145 | 152 | | |
146 | 153 | | |
147 | 154 | | |
| |||
0 commit comments
Comments
(0)