Bug 10925 - Layout test failure: editing delegate shouldChangeSelectedDOMRange not called for SVG test
Summary: Layout test failure: editing delegate shouldChangeSelectedDOMRange not called...
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: Nobody
URL: http://build.webkit.org/results/post-...
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2006-09-18 16:45 PDT by Timothy Hatcher
Modified: 2007-03-07 00:41 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2006-09-18 16:45:13 PDT
This test has a change that shows the editing delegate being called.

svg/custom/gradient-stroke-width.html

+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:(null) affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
Comment 1 Adam Roben (:aroben) 2006-10-04 22:34:43 PDT
Note that this failure doesn't occur every time, only intermittently.
Comment 2 Geoffrey Garen 2006-10-19 14:05:03 PDT
Actually, the failure is that the delegate is NOT called:

-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:(null)
affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
Comment 3 Justin Garcia 2007-03-07 00:41:59 PST
I'm closing this because this layout test no longer dumps editing call backs and I recently added code that prevents calling shouldChangeSelectedDomRange: if the selection isn't changing, as was the case in this failing testcase.