Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | yes/no |
Symfony version | from 3.2 |
I configured my IDE (subl) under the framework configuration.
When I click on for example the name of a listener class in the Security panel in the profiler, it opens a new tab in my browser, and then opens the IDE. When I switch back to the browser, the blank page remains (in both Firefox and Chrome, but not in Safari), I have to Cmd+W it to access the page I worked on. This behavior does not present when I dump()
something, the link to the source does not opens new tab, only my IDE.
This is pretty annoying.
I investigated, and this is because #22455. I'm working on a PR, which maintains the target="_blank"
behavior in every link but file://
.
Metadata
Metadata
Assignees
Labels
No labels