-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
#22839 - changed debug toolbar dump section to relative and use full window width #22953
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
Merged
fabpot
merged 1 commit into
symfony:2.8
from
mkurzeja:fix/22839-toolbar-dump-section-use-full-width
Jun 9, 2017
Merged
#22839 - changed debug toolbar dump section to relative and use full window width #22953
fabpot
merged 1 commit into
symfony:2.8
from
mkurzeja:fix/22839-toolbar-dump-section-use-full-width
Jun 9, 2017
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e full window width
I've submitted the issue a bit too fast and carsonbot put some wrong labels, sorry for that. |
@mkurzeja no worries! It's fixed now. |
fabpot
approved these changes
Jun 9, 2017
Thank you @mkurzeja. |
fabpot
added a commit
that referenced
this pull request
Jun 9, 2017
…d use full window width (mkurzeja) This PR was merged into the 2.8 branch. Discussion ---------- #22839 - changed debug toolbar dump section to relative and use full window width | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #22839 | License | MIT My approach to fix #22839 - instead of adding min-width I have switched the section to fill the full available width:  Commits ------- 65297de #22839 - changed debug toolbar dump section to relative and use full window width
This was referenced Jul 4, 2017
Merged
Merged
Merged
javiereguiluz
added a commit
that referenced
this pull request
Jul 19, 2017
…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
ostrolucky
pushed a commit
to ostrolucky/symfony
that referenced
this pull request
Mar 25, 2018
…to relative and use full window width (mkurzeja) This PR was merged into the 2.8 branch. Discussion ---------- symfony#22839 - changed debug toolbar dump section to relative and use full window width | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#22839 | License | MIT My approach to fix symfony#22839 - instead of adding min-width I have switched the section to fill the full available width:  Commits ------- 65297de symfony#22839 - changed debug toolbar dump section to relative and use full window width
ostrolucky
pushed a commit
to ostrolucky/symfony
that referenced
this pull request
Mar 25, 2018
… 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
My approach to fix #22839 - instead of adding min-width I have switched the section to fill the full available width:
