javascript - Href opening new tab in left sometimes in chrome -


we have web-application front-end in angular js along portlet functionality weblogic server. have indepedent angular module in each portlet. in 1 of screens, have open new tab menu item having external link (different domain our application). have used simple anchor href "blank" , works fine of scenarios. in chrome opens tab in left instead of right , focus remains our site instead of going next screen. issue looks browser specific.

below our code :-

<a ng-switch-when="parent" href="https://someotherdomain/contextroot/?someparam=true#home" target="_blank" class="ng-binding ng-scope">some text</a> 

actually, opening new window in right , moving current link there. , redirecting existing window "https://someotherdomain/contextroot/?someparam=true#home"

i want open in right side always.

note:- understand few proceed , feel free ask additional info in comments. not sure issue due portlet or javascript.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -