Samsung / TizenFX

C# Device APIs for Tizen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ElmSharp] Image.LoadAsync returns fail when it is called with stream source.

shyunMin opened this issue · comments

commented

Description

Image.LoadAsync(Stream) returns fail after Image has been loaded with other source such as file or uri. This problem occurs from 5.5 wearable.

Loading the first image(file) Loading the second image(stream)

You can see "Loading Falied." message under the picture.
I've figured out that "load,error" callback is invoked internally during the second image loading(using stream source). However It was not occurred on 4.0 wearable

Steps to Reproduce

  1. Run ElmShar.Test app (https://github.com/Samsung/TizenFX/tree/master/test/ElmSharp.Test)
  2. Click "ImageTest1"
  3. Click any button except "StrmA" bubton
  4. After checking image has been loaded, click "StrmA" button.
commented

There is the same issue on F-hub (Tizen 6.x binary)