dalihub / nui-demo

Contains demos that use the TizenFX NUI library
2 stars 19 forks source link

[HomeApplication][WApps] For Items added in edit mode 'minus' icon is not clickable. #71

Closed p-czaja closed 4 years ago

p-czaja commented 4 years ago
  1. Modified sample that shows the issue can be found here.
  2. Steps to reproduce:
    • enable edit mode
    • delete one of the items
    • new item based on removed one will be added by AppendItem().
    • try click minus icon once again.
  3. Tested on:
    cat /etc/info.ini
    [Version]
    Model=Tizen6/Unified;
    Build=tizen-unified_20200605.2;
    Release=20200605.2;
    [Build]
    Type=eng;
    Date=20200605_215033;
    Time=21:50:33;
    Variant=NONE;
    ID=tizen-unified;
p-czaja commented 4 years ago

@huiyueun could you please take a look?

huiyueun commented 4 years ago

I think it is fixed by this patch -> https://github.com/dalihub/nui-demo/pull/68 could you check this?

p-czaja commented 4 years ago

Unfortunatelly this issue still exists. Please find example rebased after your changes here.

huiyueun commented 4 years ago

https://github.com/dalihub/nui-demo/pull/81