Bug 74616

Summary: REGRESSION (r102652): Javascript window resize not working
Product: WebKit Reporter: Kevin M. Dean <kevin>
Component: WebKit2Assignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, kling
Priority: P2 Keywords: Regression
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.7   
URL: http://www.bizadvocates.com/services-solutions/enter.php

Description Kevin M. Dean 2011-12-15 09:54:04 PST
Go to the provided link and click on the "Our Road Map to Business Ownership" graphic and it should start off small and resize and reposition to fit the graphic contained on the html page at least up to how big your screen size is.

It's no longer resizing.

The script that triggers it can be found at resize_picture_window(picx,picy) in http://www.bizadvocates.com/js/scripts.js
Comment 1 Alexey Proskuryakov 2011-12-15 17:04:25 PST
Another fallback from <http://trac.webkit.org/changeset/102652>?
Comment 2 Andreas Kling 2011-12-15 17:51:42 PST
(In reply to comment #1)
> Another fallback from <http://trac.webkit.org/changeset/102652>?

Yes indeed. I think it's time to revert that one and rethink the approach. This is obviously not working out.
Comment 3 Andreas Kling 2011-12-15 18:19:23 PST
Rolled out the offending changes in <http://trac.webkit.org/changeset/103009>.