Issue 4158: Javascript won't open an alert box when run from within a popup  
window
http://code.google.com/p/chromium/issues/detail?id=4158

Comment #6 by [EMAIL PROTECTED]:
The problem is caused by javascript method "window.open(URL, windowName[,
windowFeatures])".
If the 3rd parameter windowFeatures is specified, then alert box doesn't  
work in the
popup constrained window in Chrome, here is a simplified reduction:

http://go/reductions/4158/test-home-constrained.html

If the 3rd parameter windowFeatures is ignored, then alert box works in the  
popup in
Chrome(the popup is actually opened as a new tab in Chrome), like this:

http://go/reductions/4158/test-home-newtab.html

it doesn't happen in IE7, Firefox3 or Safari3, it's a chrome specific issue.

See also attachments for simplified reductions

Attachments:
        test-home-constrained.html  380 bytes
        test-home-newtab.html  354 bytes
        test-popup.html  107 bytes


Issue attribute updates:
        Status: Untriaged
        Labels: -Need-more-info Has-reduction Chrome-specific JavaScript

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to chromium-bugs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to