Fixed Nabi Issues
authorVinay Sachdeva <v.sachdeva@samsung.com>
Thu, 18 Apr 2013 22:13:39 +0000 (03:43 +0530)
committerVinay Sachdeva <v.sachdeva@samsung.com>
Thu, 18 Apr 2013 22:13:39 +0000 (03:43 +0530)
Change-Id: Ie3ced9bbb158751953185d62fec0ddf9e307341d
Signed-off-by: Vinay Sachdeva <v.sachdeva@samsung.com>
src/IntAddressbar.cpp
src/IntBookmarkListForm.cpp
src/IntMainForm.cpp

index 2ab568e..7c0ecec 100644 (file)
@@ -835,13 +835,13 @@ Addressbar::OnFocusGained(const Control& source)
                __pListener->OnAddressBarKeypadOpened(*this);
        }
 }
+
 void
 Addressbar::OnFocusLost(const Tizen::Ui::Control& source)
 {
        AppLog("Addressbar::OnFocusLost");
 }
 
-
 void
 Addressbar::OnTextValueChanged(const Control& source)
 {
@@ -856,7 +856,6 @@ Addressbar::OnTextValueChanged(const Control& source)
                        __pAddressbarUrlField->SetKeypadActionEnabled(true);
                }
        }
-
 }
 
 void
index fd90869..3d73740 100644 (file)
@@ -1021,7 +1021,8 @@ BookmarkListForm::OnSearchBarModeChanged(Tizen::Ui::Controls::SearchBar& source,
        else
        {
                __pSearchListView->SetShowState(true);
-               __pSearchListView->SetEnabled(false);
+//             __pSearchListView->SetEnabled(false);
+//             __pSearchListView->SetBackgroundColor(Color(248,246,239,100));
                __pListview->SetShowState(false);
 
                if(__pSearchBar)
index ba3072d..5ec1b1c 100644 (file)
@@ -1776,7 +1776,6 @@ MainForm::OnActionPerformed(const Tizen::Ui::Control& source, int actionId)
 
                ShowFindWordPanel(true);
                __pFindWordEditField->SetFocus();
-
                if (__currentSearchStr.GetLength() > 0)
                {
                        StartWordSearch();
@@ -4167,10 +4166,11 @@ void MainForm::SetUrl(const String& url)
                        __pFooterUrlField->SetText(__displayUrl);
                        __pAddressbar->SetUrl(__displayUrl);
                }
-
+               if(__pFooterUrlField)
+                       __pFooterUrlField->SetCursorPosition(__pFooterUrlField->GetTextLength());
                __pFooterUrlField->Invalidate(false);
                __pAddressbar->Invalidate(true);
-               __pFooterUrlField->SetCursorPosition(0);
+//             __pFooterUrlField->SetCursorPosition(0);
        }
 }