Fixed Nabi Issues
[apps/osp/Internet.git] / src / IntAddressbar.cpp
index d5234ed..1c39882 100644 (file)
@@ -187,6 +187,7 @@ Addressbar::Initialize(const Rectangle& rect)
        __pAddressBackBtn->SetActionId(IDA_CANCEL);
        __pAddressBackBtn->AddActionEventListener(*this);
        __pAddressBackBtn->SetShowState(true);
+       __pAddressBackBtn->SetFocusable(true);
        //IDC_ADDRESS_BACK_BUTTON
 
        // Added to get the favorite url if not set then address bar is about blank
@@ -655,6 +656,7 @@ Addressbar::OnFocusGained(const Control& source)
        {
                __pListener->OnAddressBarFocusGained(*this);
        }
+       __isAppBackGround = false;
 }
 
 void