Bug 10925
Summary: | Layout test failure: editing delegate shouldChangeSelectedDOMRange not called for SVG test | ||
---|---|---|---|
Product: | WebKit | Reporter: | Timothy Hatcher <timothy> |
Component: | HTML Editing | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
Note that this failure doesn't occur every time, only intermittently.
Geoffrey Garen
Actually, the failure is that the delegate is NOT called:
-EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:(null)
affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
Justin Garcia
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.