[Webkit-unassigned] [Bug 31626] [Qt] layoutTestController.notifyDone() not working when the frame was reloaded.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 12:29:19 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31626





--- Comment #5 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2009-11-18 12:29:17 PST ---
the root of the cause is 

806 clear(resetScripting, resetScripting); in FrameLoader, called from
FrameLoader::begin() (called from replaceDocument()).

Changing this to clear(false, resetScripting); makes Qt work.

The first argument is "bool clearWindowProperties", so that is where the
problem lies.

Now we just need to find the right fix.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list