Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[VarDumper] Scroll into view when searching#28854
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ogizanagi commentedOct 14, 2018
Positioning it fixed relative to the main |
ro0NL commentedOct 14, 2018
Maybe using flex display will do? But no blocker for me.. the keyboard shortcuts work either way. |
ogizanagi commentedOct 14, 2018
Actually I don't see how using a flex display could help for this :/ |
ro0NL commentedOct 14, 2018
👍 for a fixed top bar, that reduces the possible min. width as well. Let me know if i should have a look in this PR. |
ro0NL commentedOct 27, 2018
friendly ping for 4.2 as-is :) |
fabpot commentedOct 27, 2018
Thank you@ro0NL. |
This PR was merged into the 4.2-dev branch.Discussion----------[VarDumper] Scroll into view when searching| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | yes| BC breaks? | no <!-- seehttps://symfony.com/bc -->| Deprecations? | no| Tests pass? | yes <!-- please add some, will be required by reviewers -->| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->| License | MIT| Doc PR | symfony/symfony-docs#... <!-- required for new features -->This jumps to the found element when using the javascript widget for searching HTML dumps. Inspired by Ctrl+F in Chrome :)It's super convenient with long dumps, however i wasnt able to position the search input on the right in a fixed manner... because CSS 😓 i was hoping@ogizanagi could add a patch for it.Also seehttps://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoViewCommits-------647a937 [VarDumper] Scroll into view when searching
This PR was squashed before being merged into the 4.2 branch (closes#29984).Discussion----------[VarDumper] Fixed search bar| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | yes| BC breaks? | no <!-- seehttps://symfony.com/bc -->| Deprecations? | no| Tests pass? | yes <!-- please add some, will be required by reviewers -->| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->| License | MIT| Doc PR | symfony/symfony-docs#... <!-- required for new features -->Continuation of#28854, replaces#29176initial:ctrl f:scroll:tested in chrome+ffcc@ogizanagirefhttps://caniuse.com/#feat=css-stickyCommits-------99d2893 [VarDumper] Fixed search bar
Uh oh!
There was an error while loading.Please reload this page.
This jumps to the found element when using the javascript widget for searching HTML dumps. Inspired by Ctrl+F in Chrome :)
It's super convenient with long dumps, however i wasnt able to position the search input on the right in a fixed manner... because CSS 😓 i was hoping@ogizanagi could add a patch for it.
Also seehttps://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView