[Webkit-unassigned] [Bug 10129] New: Regression: webViewDidChange: posted even when should* delegates reply NO

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Jul 27 06:52:21 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10129

           Summary: Regression: webViewDidChange: posted even when should*
                    delegates reply NO
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: duncan at mclink.it


The following notification:

- (void)webViewDidChange:(NSNotification *)notification

is posted even when editing delegates reply NO to should* requests, like
webView:shouldInsertText:replacingDOMRange: and webView:shouldDeleteDOMRange:.

I think the regression happened when some of the editing behaviour was moved
from WebCore/bridge/mac to WebCore/page, but unfortunately I don't have an
exact reference.

Unfortunately DRT doesn't currently have support for editing delegates
returning NO, to veryify and check regressions. Adding this support is probably
a good first step.


-- 
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