Status: Unconfirmed
Owner: ----
Labels: Pri-2 Via-Wizard Type-Compat OS-Windows
New issue 229402 by phistuck: Another popunder scheme
http://code.google.com/p/chromium/issues/detail?id=229402
UserAgent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.31 (KHTML, like
Gecko) Chrome/26.0.1410.43 Safari/537.31
Example URL:
Steps to reproduce the problem:
1. Open the attached reduced test case.
2. Click anywhere.
What is the expected behavior?
A popup window.
What went wrong?
A popunder window.
Does it occur on multiple sites: N/A
Is it a problem with a plugin? No
Did this work before? N/A
Does this work in other browsers? N/A
Chrome version: 26.0.1410.43 Channel: stable
OS Version: 5.1 (Windows XP)
The differentiating factor here is the "true" that sets the Control key as
pressed (the tenth parameter of initMouseEvent). Perhaps the Meta key is
for Macintosh or something. On Windows, it works with the first ten
parameters.
Replacing event.initMouseEvent with the following also works -
event = new MouseEvent("click", {ctrlKey: true});
Once this is fixed, please, merge into any current stable and beta release.
Attachments:
popunder.html 843 bytes
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings