[Webkit-unassigned] [Bug 23603] New: REGRESSION: programmatic window sizing broken if window has multiple tabs
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 28 14:27:26 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23603
Summary: REGRESSION: programmatic window sizing broken if window
has multiple tabs
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
URL: javascript:window.resizeTo(800,600);
OS/Version: All
Status: NEW
Keywords: Regression, InRadar
Severity: Normal
Priority: P2
Component: WebCore JavaScript
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: alice.liu at apple.com
programmatic window sizing is broken if window has multiple tabs Happens on
both Mac and Windows. I'm running r40306.
Steps to repro:
1) open a new window, and if necessary, resize it to something you know of to
be larger than 800x600
2) create a new tab in this window
3) javascript:window.resizeTo(800,600);
Results: resize doesn't work
4) close a tab
5) javascript:window.resizeTo(800,600);
Results: resize works
<rdar://problem/6537031>
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list