[Webkit-unassigned] [Bug 76491] New: window.open() creates window with wrong height.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 17 16:08:28 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76491

           Summary: window.open() creates window with wrong height.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tonysung at apple.com


The window created by window.open(..., "height=500") has wrong height.

Steps to reproduce:

1. Open the browser.
2. Type in the location bar: javascript:window.open('about:blank', 'test', 'height=500');
3. Hit enter.
4. In the newly popped out window, type the following in the location bar: javascript:alert(window.innerHeight);

Expected result:

The window's inner height is exactly 500px, and the alert box shows "500".

Actual result:

The window's inner height is 564px instead, and the alert box shows "564".

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list