RESOLVED FIXED 10925
Layout test failure: editing delegate shouldChangeSelectedDOMRange not called for SVG test
https://bugs.webkit.org/show_bug.cgi?id=10925
Summary Layout test failure: editing delegate shouldChangeSelectedDOMRange not called...
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.