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] Do not update source links in a new tab#23780
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
chalasr commentedAug 3, 2017
Experienced this too, never opening a new tab seems right to me (just |
Nyholm commentedAug 3, 2017
Thank you for the review. I've updated the PR and tests are all green now |
nicolas-grekas commentedAug 3, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I'm not sure about the experience when no IDE is configured: when you click, you loose the current state, so that the back button might be broken, isn't it? |
nicolas-grekas commentedAug 5, 2017
What about adding some logic so that ide links don't have the target set? |
Nyholm commentedAug 5, 2017
Sure, I'll look into that. Thanks |
ro0NL commentedAug 6, 2017
For the iframe approach, have a look at#21045 it probably works for dumps as well :) |
nicolas-grekas commentedSep 26, 2017
Closing as this is not the approach comments direct to. |
When clicking on a source link in the
profiler_dumpoutput we should not open a new tab. My IDE will open automatically and it will just leave an empty tab in my browser.I could also argue for that wenever should open a new tab.