popup picker should be memeber of webview instance.
authorRyuan Choi <ryuan.choi@samsung.com>
Sat, 14 Sep 2013 03:59:54 +0000 (12:59 +0900)
committerRyuan Choi <ryuan.choi@samsung.com>
Sat, 14 Sep 2013 04:00:31 +0000 (13:00 +0900)
commit607cfddbf1095fadb83d5ea5a25953257c80bb96
tree18e7385ecaae44ad0f99dbe617f4bfb0678a91de
parentb9c98f8d3a7268f1a63fc1b9ce8d94db1eba5c47
popup picker should be memeber of webview instance.

[Title] popup picker should be memeber of webview instance.
[Issue#] P130912-04605
[Problem] open the popup picker by clicking select tag, and home -> click the shortcut to navigate any sites.
          Then, popup picker was remained although new sites are shown.
[Cause] picker was member of webview instance but it remains although webview was hidden.
[Solution] Make picker as member of webview instance.
           So webview became hidden, picker will be hidden.

Change-Id: Iffe21159ab53768176c2e8a0dc4b3ada7b3ad0bc
Source/WebKit2/UIProcess/API/efl/tizen/ewk_popup_picker.cpp