Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.2.10
-
None
Description
Steps to reproduce:
- Build a widget example, for eg. "calendar widget" example
- Select Webassembly 6.2.10 as project kit
- Run the application
- Try to resize the browser window
Actual Result:
Resizing the browser window blacks out the application until the cursor moves back into the browser window.
Expected Result:
Resizing the browser should just resize the application, nothing else.
Note:
- The browser which was used was "Firefox"
- The same behaviour was seen on anchor layout example and basic drawing example.