RESOLVED FIXED 3967
-webView:shouldChangeSelectedDOMRange:... delegate method not being invoked
https://bugs.webkit.org/show_bug.cgi?id=3967
Summary -webView:shouldChangeSelectedDOMRange:... delegate method not being invoked
Dan Wood
Reported 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!
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
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
Dan Wood
Comment 1 2005-07-12 11:33:36 PDT
Created attachment 2929 [details] Test for exhibiting bug, it's Blot with some logging editing delegate methods
Dan Wood
Comment 2 2005-07-13 10:11:58 PDT
Created attachment 2942 [details] Similar test case, modification of blot, but with two separate content editable DIVs
Dan Wood
Comment 3 2005-08-16 15:07:38 PDT
This was fixed in the fix to bug 4011. We can close it now.
Dan Wood
Comment 4 2005-08-16 15:08:34 PDT
Sorry, I'm an idiot. I meant to close a different bug. Apologies!
Note You need to log in before you can comment on or make changes to this bug.