Close select tag when javascript updated items.
authorRyuan Choi <ryuan.choi@samsung.com>
Wed, 5 Sep 2012 07:08:07 +0000 (16:08 +0900)
committerRyuan Choi <ryuan.choi@samsung.com>
Wed, 5 Sep 2012 07:08:07 +0000 (16:08 +0900)
commit16c9b40d47b59f7cceb9c6b5437a0fadc38c6e89
tree5ba81ceee75dd0013cd61cc18ecc6f34dfb64cf7
parent3d85ca3d6dc08e2724c29a11c8f707939ea0e195
Close select tag when javascript updated items.

[Title] Stored record was not updated after tags are detached.
[Issue#] N_SE-2911 (tizendev.org/buggs)
[Problem] After opened popup menu, device API updated items(option) and options are remained.
[Cause] WebCore does not have proper way to update items which updated.
[Solution] As temporal solution, just close popup.
           I will implement a way to update items when they changed using javascript.

Change-Id: I27f6c01d0765d921b0473f85f54658025b8560aa
Source/WebKit2/WebProcess/WebCoreSupport/WebPopupMenu.cpp