[Webkit-unassigned] [Bug 12334] Respect <text> boundaries for svg text selecting
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 19 04:39:42 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12334
macdome at opendarwin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #12555|review? |review-
Flag| |
------- Comment #2 from macdome at opendarwin.org 2007-01-19 04:39 PDT -------
(From update of attachment 12555)
This is wrong:
strncmp(r->renderName(), "RenderSVGInlineText", 19) == 0 ||
strncmp(r->renderName(), "RenderSVGText", 13) == 0
we should add a virtual method isSVGTextObject() (or similar) to RenderObject
instead (if RenderSVGInlineTExt is a subclass of RenderSVGText it coudl easily
be named isSVGText())
maybe there is an easier more general way to do this? It seems a little
awkward to hack this into the base code.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list