Return if user try to open clipboard window again during clipboard is showing
authorTaeyun An <ty.an@samsung.com>
Thu, 5 Sep 2013 14:23:13 +0000 (23:23 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Thu, 17 Oct 2013 08:30:20 +0000 (08:30 +0000)
commit88a30475e4a654d954c9fee3e5ae542591745db4
tree79a3f2222ab5897c20c818f793a9987747f6b616
parentcde3df6d7cc58e0af2f2ca19ca31018c10355394
Return if user try to open clipboard window again during clipboard is showing

[Title] Return if user try to open clipboard window again during clipboard is showing
[Issue#] N/A
[Problem] Try to open clipboard even if while clipboard is opening few times. after then try to paste by clipboard then many of items are pasted
[Cause] Callbacks are registed when clipboard is opened. before close clipboard window callbacks are not delete.
[Solution] Return if user try to open clipboard window again during clipboard is showing

Change-Id: I8904def2daece8b1d0aa3ebbb2686e71ef9c251c
Source/WebKit2/UIProcess/API/efl/tizen/ClipboardHelper.cpp