DescriptionMake SVG elements not to consider editable.
This patch changes Position::isCandidate() and Position::isCandidate() not to
return true for SVG elements except for rendered text, since we don't implement
SVG editor yet.
Note: Rendered text in SVG documents are represented by |Text| class and their
renderer is |RenderSVGInlineText| derived from |RenderText| class.
BUG=380043
TEST=LayoutTests/editing/execCommand/format-block-with-uneditable-crash-2.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175855
Patch Set 1 #
Total comments: 2
Patch Set 2 : 2014-06-06T11:10:51 #Patch Set 3 : 2014-06-09T04:22:19 #
Messages
Total messages: 10 (0 generated)
|