Popup Blocker Using a!safeLink

We are trying to open external URL using the safeLink in IE11. The issue is - pop up blocker comes up when we clink on the link.
We have verified the IE 11 setting and pop up blocker is disable in setting. The issue only seems to be IE. Its working fine in firefox

=a!formLayout(
label: "",
firstColumnContents: {
a!sectionLayout(
label: "",
firstColumnContents: {
a!linkField(
links: a!safeLink(
label:"Click to complete",
uri : "https://www.yahoo.com/"
)
)
},
secondColumnContents: {}
)
},
secondColumnContents: {},
buttons: a!buttonLayout(
primaryButtons: {
a!buttonWidgetSubmit(
label: "Submit",
style: "PRIMARY",
saveInto: {}
)
}
),
validations: {}
)

OriginalPostID-163101

OriginalPostID-163101

  Discussion posts and replies are publicly visible