Do not request to hide IME when RenderObject is removed
authorTaeyun An <ty.an@samsung.com>
Fri, 4 Oct 2013 07:02:45 +0000 (16:02 +0900)
committerTaeyun An <ty.an@samsung.com>
Fri, 4 Oct 2013 07:02:45 +0000 (16:02 +0900)
commit612b2f2be052bd4daefadc9a7fb05bbbd4cdcfcb
tree25466dd0e20017d422d7314cefb399c793afb707
parent81aff6461b946824f0fd94dfaad02c47ce42f4eb
Do not request to hide IME when RenderObject is removed

[Title] Do not request to hide IME when the RenderObject is removed
[Issue#] N_SE-53692
[Problem] when clicking the entry in popup UI in www.getjar.mobi, IME disappear
[Cause] request to hide IME when RenderObject is removed
[Solution]  Do not request to hide IME when RenderObject is removed

Change-Id: I1c52db216fa73251f991ce4dea6bc00fdfb35d4f
Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp