Skip to main content

Bug Tracker

Side navigation

#14323 closed bug (notabug)

Opened September 02, 2013 05:28PM UTC

Closed September 05, 2013 11:35PM UTC

Last modified September 11, 2013 08:51AM UTC

link click not working same as right mouse click

Reported by: aniketnt@gmail.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 2.0.3
Keywords: Cc:
Blocked by: Blocking:
Description

Dear Sir,

I am facing a problem where i need to open a page in new tab by my code , when i used windows.open("pagename","_blank") its open in pop up but i need to open it in new tab, when i make a link and dfine target="_blank" and click mouse then the page is opening in new tab but when i trigger link click using code $(selecter).trigger("click"); its always open a new popup window not working as tab please resolve this issue

Attachments (0)
Change History (2)

Changed September 05, 2013 11:35PM UTC by timmywil comment:1

resolution: → notabug
status: newclosed

Please ask for help on stackoverflow, the forums, or in the #jquery irc channel.

Changed September 11, 2013 08:51AM UTC by axl.jq comment:2

Hi aniketnt.

This is not a jQuery bug. Opening new tabs programatically triggering clicks on anchors is not allowed due to security reasons.