[Webkit-unassigned] [Bug 115406] [GTK] Use drawErrorUnderline() instead of Pango API for highlighting misspelled words

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 3 04:56:17 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=115406





--- Comment #10 from Martin Robinson <mrobinson at webkit.org>  2013-06-03 04:54:50 PST ---
If it's required, it seems that some other code (whatever used GraphicsContext before this call) is leaving a stale path on the context. It might be better to ensure that the other code doesn't leave the path hanging around, rather than having to manually clear the path in every method called afterward. I'm worried about this bug causing us to add cairo_new_path to a lot of places over time when the real fix is to prevent the situation.

-- 
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