add OnUserEventReceivedN(requestId, pArgs);
[framework/osp/web.git] / src / controls / FWebCtrl_WebImpl.cpp
index 0b8d1aa..46bf5a8 100755 (executable)
@@ -4891,6 +4891,8 @@ _WebImpl::OnAncestorVisibleStateChanged(const _Control& control)
 void
 _WebImpl::OnUserEventReceivedN(RequestId requestId, Tizen::Base::Collection::IList* pArgs)
 {
+       _ContainerImpl::OnUserEventReceivedN(requestId, pArgs);
+       
        switch (requestId)
        {
        case ID_CERTIFICATE_CONFIRM_POPUP_CLOSE: