Bug 10925

Summary: Layout test failure: editing delegate shouldChangeSelectedDOMRange not called for SVG test
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, justin.garcia
Priority: P2 Keywords: LayoutTestFailure
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://build.webkit.org/results/post-commit-powerpc-mac-os-x/3888/svg/custom/gradient-stroke-width-diffs.txt

Timothy Hatcher
Reported 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
Attachments
Adam Roben (:aroben)
Comment 1 2006-10-04 22:34:43 PDT
Note that this failure doesn't occur every time, only intermittently.
Geoffrey Garen
Comment 2 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
Justin Garcia
Comment 3 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.
Note You need to log in before you can comment on or make changes to this bug.