[Webkit-unassigned] [Bug 20038] REGRESSION (r35151): Can't post comments on flickr.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 3 11:52:23 PDT 2008


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





------- Comment #14 from ddkilzer at webkit.org  2008-08-03 11:52 PDT -------
I have a fix!  The problem is that FrameLoader::m_formAboutToBeSubmitted is
never set on a form that doesn't have any "text fields", which causes a
FormState object not be created, which causes isFormSubmission not to be set to
true, which means that shouldScrollToAnchor() returns true instead of false.

Next step is to run layout tests and to write a new layout test.


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