Bug 74616 - REGRESSION (r102652): Javascript window resize not working
Summary: REGRESSION (r102652): Javascript window resize not working
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.7
: P2 Normal
Assignee: Andreas Kling
URL: http://www.bizadvocates.com/services-...
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2011-12-15 09:54 PST by Kevin M. Dean
Modified: 2011-12-15 18:19 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>.