Bug 3967 - -webView:shouldChangeSelectedDOMRange:... delegate method not being invoked
Summary: -webView:shouldChangeSelectedDOMRange:... delegate method not being invoked
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Justin Garcia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-12 11:32 PDT by Dan Wood
Modified: 2005-12-30 20:38 PST (History)
0 users

See Also:


Attachments
Test for exhibiting bug, it's Blot with some logging editing delegate methods (42.15 KB, application/octet-stream)
2005-07-12 11:33 PDT, Dan Wood
no flags Details
Similar test case, modification of blot, but with two separate content editable DIVs (43.38 KB, application/octet-stream)
2005-07-13 10:11 PDT, Dan Wood
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Wood 2005-07-12 11:32:46 PDT
The web editing delegate method -
webView:shouldChangeSelectedDOMRange:toDOMRange:affinity:stillSelecting:  is not being invoked.

Steps to reproduce:

1. Start with my modified "Blot" sample code; I've inserted a batch of web editing delegate methods in 
BlotDocument.m.
2. Do some edting and selecting of text.

Expected: The "shouldChangeSelectedDOMRange" method should be invoked.

Actual: Not invoked.

Notes: Other editing delegate methods are invoked, however!
Comment 1 Dan Wood 2005-07-12 11:33:36 PDT
Created attachment 2929 [details]
Test for exhibiting bug, it's Blot with some logging editing delegate methods
Comment 2 Dan Wood 2005-07-13 10:11:58 PDT
Created attachment 2942 [details]
Similar test case, modification of blot, but with two separate content editable DIVs
Comment 3 Dan Wood 2005-08-16 15:07:38 PDT
This was fixed in the fix to bug 4011.  We can close it now.
Comment 4 Dan Wood 2005-08-16 15:08:34 PDT
Sorry, I'm an idiot.  I meant to close a different bug.  Apologies!