Bug 324244 - [Browser-Safari] windows opened through Javascript ignore size setting
Summary: [Browser-Safari] windows opened through Javascript ignore size setting
Status: CLOSED DUPLICATE of bug 223158
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.6   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 major with 3 votes (vote)
Target Milestone: ---   Edit
Assignee: Grant Gayed CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-01 16:20 EDT by Christopher Deckers CLA
Modified: 2010-09-15 12:51 EDT (History)
1 user (show)

See Also:


Attachments
browser with a page containing a JS window.open with width/height (3.33 KB, text/x-java)
2010-09-01 16:22 EDT, Christopher Deckers CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Deckers CLA 2010-09-01 16:20:44 EDT
Build Identifier: SWT 3.7M1

window.open can specify the width and height. In case of Safari, these are ignored.
Popup windows for things like HTML editors are opened this way to an appropriate size. Because of this bug, it is not user friendly (dialog spans the whole screen) and confuses the users.

Reproducible: Always

Steps to Reproduce:
1. Modify Snippet 270.
2. browser.setText(x) where x contains a button with a JS action to open a window with specific width and height.
3. click that button.
Comment 1 Christopher Deckers CLA 2010-09-01 16:22:06 EDT
Created attachment 178003 [details]
browser with a page containing a JS window.open with width/height
Comment 2 Patrick Talbot CLA 2010-09-02 00:06:35 EDT
Yep, same thing here on Mac OS X 10.6.4 - Java 1.6.0_20
Comment 3 Grant Gayed CLA 2010-09-15 12:51:38 EDT

*** This bug has been marked as a duplicate of bug 223158 ***