No nsIWebProgressListener callbacks when clicking on a "target=_blank" link?
Babele Dunnit <[email protected]> Mon, 5 Mar 2012 07:44:16 -0800 (PST)
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <0d5001eb-27e7-417e-ba9c-4adb272067f7@k29g2000yqc.googlegroups.com> |
Hi all, the subject says it all. I was expecting at least some activity on a nsIWebProgressListener interface even if I do NOT implement any "new tab/popup/new window" functionality (via nsIWindowCreator), but nothing happens at all. Is implementing nsIWindowCreator (or nsIWindowCreator2, obviously) the only way to get notifications about clicks on "target=_blank" links??