[Webkit-unassigned] [Bug 9384] New: WebView's initWithCoder: does not set useBackForwardList correctly
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sat Jun 10 01:04:22 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=9384
Summary: WebView's initWithCoder: does not set useBackForwardList
correctly
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: Graham.Dennis at gmail.com
When init'ing with a keyed coder, the value of useBackForwardList in WebView's
_private ivar is set on line 1608, but this value is reset on line 1630 by the
function's local variable useBackForwardList. Instead of setting the value of
useBackForwardList in the _private ivar on line 1608, the local variable should
be set, which in turn sets the value in the _private ivar.
I will attach a patch in a moment.
--
Configure bugmail: http://bugzilla.opendarwin.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