-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Var Dumper in dev toolbar hover problem #23563
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
Comments
Relates to #23330 i guess. |
Can confirm... exact same issue. Also, the pop-up box spans the width of the viewport instead of being a more, uh... "properly" shaped box. :) |
that's intended actually ;-) #22953 |
I find this odd(especially on larger resolutions like 4K), but eh... :) Blinky bug is still totally a bug tho. |
Dunno.. large dumps are nice imo. Note the result is a compromise, i believe, after issues with being too small. CSS min-width something.. dont go there :) |
@martixy , @MichaelWitten-SCU : Could you confirm #23330 fixes the issue as expected? |
I can confirm that this is an issue on |
@ogizanagi |
@ogizanagi |
@MichaelWitten-SCU : #23330 is not merged yet, so it's normal you still get the issue with 3.3.5. |
@ogizanagi no worries, I will be at work in less than 2hrs and will do that then. |
@ogizanagi, I can confirm that this works and I can not see any other side effects etc. |
…r (ogizanagi) This PR was merged into the 2.8 branch. Discussion ---------- [WebProfilerBundle] Fix full sized dump hovering in toolbar | Q | A | ------------- | --- | Branch? | 2.8 <!-- see comment below --> | Bug fix? | yes | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | #23563 <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A Since #22953, the dump block shown on hovering the toolbar item takes the full width. But at least on OS X chrome, safari and firefox, the behavior is buggy and makes it unusable as the cursor can't reach the dumped content:  Honestly, I don't really understand the issue here and tried some tweaks until it works everywhere, (including trying to add a `.no-resize` class on `sf-toolbar-info` to avoid executing the related js event listener in case it was conflicting). As shown in the screenshot, it also fixes the case where the dump wasn't full width under a certain size. Commits ------- 28930c5 [WebProfilerBundle] Fix full sized dump hovering in toolbar
#23330 is now merged, so this issue should be fixed in the next releases. Thanks for all the feedbacks. |
… toolbar (ogizanagi) This PR was merged into the 2.8 branch. Discussion ---------- [WebProfilerBundle] Fix full sized dump hovering in toolbar | Q | A | ------------- | --- | Branch? | 2.8 <!-- see comment below --> | Bug fix? | yes | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | symfony#23563 <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A Since symfony#22953, the dump block shown on hovering the toolbar item takes the full width. But at least on OS X chrome, safari and firefox, the behavior is buggy and makes it unusable as the cursor can't reach the dumped content:  Honestly, I don't really understand the issue here and tried some tweaks until it works everywhere, (including trying to add a `.no-resize` class on `sf-toolbar-info` to avoid executing the related js event listener in case it was conflicting). As shown in the screenshot, it also fixes the case where the dump wasn't full width under a certain size. Commits ------- 28930c5 [WebProfilerBundle] Fix full sized dump hovering in toolbar
Uh oh!
There was an error while loading. Please reload this page.
Since updating to Symfony 3.3.4 from 3.3.3 (or could have been 3.3.2), there has been an issue with the dump hover in the dev toolbar. I have updated to 3.3.5, but the issue is still there.
What happens, is when you hover over the dump icon in the dev toolbar (the target), it flashes on and off as you move your mouse over it (as though the hover is on the path, not the entire button), and you can not move your mouse over the popup box (with the variables in it) as it disappears before you can get there (for example, to click an arrow to open an array).
NOTE: I can not be 100% sure of when this stopped (3.3.3 or 3.3.4) working, except that it worked in a default 3.3.2. This is because when I tried to download a 3.3.3 project, the default was broken! This means that since version 3.3.3, someone has modified code in the 3.3.3 project, so I can't tell if this has caused the var dumper issue in it as well. (the error with the default 3.3.3 is Attempted to call an undefined method named "getParameter" of class "AppBundle\Controller\DefaultController".)
The text was updated successfully, but these errors were encountered: