Bug 74616
Summary: | REGRESSION (r102652): Javascript window resize not working | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kevin M. Dean <kevin> |
Component: | WebKit2 | Assignee: | 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 |
Kevin M. Dean
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Another fallback from <http://trac.webkit.org/changeset/102652>?
Andreas Kling
(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.
Andreas Kling
Rolled out the offending changes in <http://trac.webkit.org/changeset/103009>.