atspi : Fix "bring_in" of the genlist item in wearable profile 68/148668/2
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 8 Sep 2017 08:51:15 +0000 (17:51 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Mon, 11 Sep 2017 08:50:40 +0000 (08:50 +0000)
Change-Id: I31499becfd6b292df919f7aebf3647dd9d44bde2

src/mobile_lib/elm_genlist.c

index fcb0579d1ee596c339db06f4c49c49784e041024..36c0b9baef502fd5b787d1ea1e56556d9fea12f5 100644 (file)
@@ -8777,9 +8777,11 @@ _elm_genlist_item_elm_interface_atspi_component_highlight_grab(Eo *eo_it, Elm_Ge
      }
    else
      {
+#ifndef TIZEN_PROFILE_WEARABLE
        //TIZEN_ONLY(20170724): grab highlight using unrealized item
        elm_genlist_item_bring_in(eo_it, ELM_GENLIST_ITEM_SCROLLTO_IN);
        //
+#endif
        sd->atspi_item_to_highlight = it;//it will be highlighted when realized
      }