[Webkit-unassigned] [Bug 41423] spelling underline gets lost on backspace
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 15 20:57:50 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=41423
--- Comment #9 from MORITA Hajime <morrita at google.com> 2010-07-15 20:57:50 PST ---
Hi Justin, thank you for taking a look!
(In reply to comment #8)
> Is it really necessary to remove the markers from the range that's about to be moved, they'll be removed when that range is deleted won't they?
It is a good question.
Actually, no one except Editor removes the marker thus markers for removed nodes are left orphan.
(It doesn't cause a memory leak because they are owned by the Document.)
So not removing them likely has little harm. But
I think it's more polite to remove it than left them orphan, especially inside the Editor.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list