-
Notifications
You must be signed in to change notification settings - Fork 27.4k
When we click Ctrl+"Edit in Plunker" button, the Plunker is not opening in new tab. #10641
Comments
It's very specific to Browser.It's not a issue with Angular website,can you retest the same scenario with different site probably Stackoverflow |
When i click Ctrl+"Edit in Plunker" in "angular-ui.github.io/bootstrap/", the plunker is opening in a new tab. But this is not happenning in "angularjs.org". In "angularjs.org", when i do the same the plunker is opening in the same tab. |
Ok that fine but this forum is not for website bug it is specific to angular.js code.You can post the bug to https://github.com/angular/angularjs.org |
Closing as duplicate of angular/angularjs.org#149 |
Reopening, as the code for this is actually in angular.js, not angularjs.org: https://github.com/angular/angular.js/blob/master/docs/config/templates/runnableExample.template.html |
Looks like the plunkr form used to open in a new window, but due to popup blockers getting in the way the behavior was changed to it's current state. Are there any other alternatives we can come up with? I suppose we could make the default behavior be same window, but if the Ctrl button is pressed, we can open with target="_blank". |
When we click Ctrl+"Edit in Plunker" button, the plunker is not opening in new tab, instead it is opening the plunker in the same tab. But when we click Ctrl+edit in plunker button, it should open in the new tab, which is not happening as of now. And because of it we are unable to stay in the same page to refer the docs.
The text was updated successfully, but these errors were encountered: