[Title] Fix that text input don't scroll when new character is added at end of box.
authoryoungtaeck.song <youngtaeck.song@samsung.com>
Sat, 8 Sep 2012 09:58:40 +0000 (18:58 +0900)
committeryoungtaeck.song <youngtaeck.song@samsung.com>
Sat, 8 Sep 2012 09:58:40 +0000 (18:58 +0900)
commit0bac13978eb07fd1e4e83ba1fd7e72d0b052cca8
tree73a34d8b5acfc35940f7ace91043326fcdb62c5c
parent1ad2670d4aea8ce71ad3103df6cd7cfff910d9d9
[Title] Fix that text input don't scroll when new character is added at end of box.
[Issue#] N_SE-9473
[Problem] Fix that text input don't scroll when new character is added at end of box.
[Cause] In this case, do not call text box's scroll function.
[Solution] Call text box's scroll function.

Change-Id: I35b9a953dcc398374cc36cb3c6748e21de9a91bd
Source/WebCore/editing/FrameSelection.cpp
Source/WebCore/editing/FrameSelection.h