[Webkit-unassigned] [Bug 17667] Image does not get scaled to fit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 4 09:27:30 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17667





------- Comment #4 from mitz at webkit.org  2008-03-04 09:27 PDT -------
Setting a breakpoint at Document::implicitClose() confirms that the load event
is never dispatched when the page finishes loading, thus the script that's
supposed to resize the images doesn't run. The load event *is* dispatched when
you navigate out. By then the page is in the page cache and scripts really
should not be executing. The event handler runs, resizes the image, and
triggers a layout of a now-cached page, which causes the assertion failure.


-- 
Configure bugmail: http://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