Bug 68419 - Browser window's title clipped during window.resizeTo()
Summary: Browser window's title clipped during window.resizeTo()
Status: RESOLVED DUPLICATE of bug 7092
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-19 18:55 PDT by Tony Sung
Modified: 2012-01-03 14:15 PST (History)
1 user (show)

See Also:


Attachments
Primary Test Case (559 bytes, text/html)
2011-09-19 18:55 PDT, Tony Sung
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Sung 2011-09-19 18:55:44 PDT
Created attachment 107956 [details]
Primary Test Case

Resize the browser window (making it smaller) using window.resizeTo() will cause window's title to be clipped.

To reproduce

1. Open the attached test-case in a new browser window (not in a tab, because window.resizeTo() doesn't work in a tab).
2. The test-case will automatically resize the browser for 5 times with an interval of 1-2 seconds.
3. Observes the window's title being clipped during each resize.
Comment 1 Alexey Proskuryakov 2011-09-20 17:35:23 PDT
I'm not sure if I correctly understand what this bug is about, but it sounds like a duplicate of bug 7092. Could you please check if it's the same?
Comment 2 Tony Sung 2012-01-03 14:15:04 PST

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