DescriptionPatch for proper re-setting of frame selection's typing style.
When moving from one text node to the other while deleting characters,
the deleted text node's style was being applied to any new characters
added into the existing text node.
Typing Style in the frame selection maintains the editing style for the
deleted text node, so that if new characters are inserted at the position
of the deleted text node, it's style can be applied to them.
However, when moving into another text node, we should reset or clear the
typing style maintained by the frame selection. This ensures that any new
content inserted within the existing node does not take on any uncleared
style of the deleted node.
WebKit patch: http://trac.webkit.org/changeset/155425
BUG=286219
R=eseidel@chromium.org,leviw@chromium.org,yosin@chromium.org,ojan@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157663
Patch Set 1 #
Total comments: 7
Patch Set 2 : modifying as per review comments #
Messages
Total messages: 9 (0 generated)
|