[ 
https://issues.apache.org/jira/browse/CB-11110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15247744#comment-15247744
 ] 

Deyan Vitanov commented on CB-11110:
------------------------------------

It is cordova-wp8, but I tried many debug configurations. The bug is reproduced 
everywhere.
I just noticed it happens always on the second focus out.
Repo steps:
1) Create new Visual Studio app with all latest updates
2) Add canvas with som UI and buttons (The project uses pixijs + canvas render)
3) add dom textinput on top 
     this.domElement = document.createElement('input'); 
     document.getElementById('gameContainer').appendChild(this.domElement);
4) focus In then focus out and focus in one more time. It stucks.

> WP app crashes when focusOut text input
> ---------------------------------------
>
>                 Key: CB-11110
>                 URL: https://issues.apache.org/jira/browse/CB-11110
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Windows
>         Environment: Windows Phone 8, Windows Phone 10, Emulator
>            Reporter: Deyan Vitanov
>            Priority: Blocker
>              Labels: wfc, windows
>
> I have a Cordova app that works great on Android and iOS, but the same code 
> on windows phone 8 and 1 has this issue.
> When I touch the input - the keyboard appears and I can enter text.
> But when I click outside the input (the game canvas) - the game freezes.
> All buttons become unclickable and there is nothing in the console.
> I can only drag the webview - but nothing more. The keyboard does not go 
> away..the input is freezed..no errors.
> I tried with cordova 6.0.1 ro 5.1.1 - no difference (bug is present)
> It freezes on phones and emulators.
> Here is screenshot: https://www.dropbox.com/s/5rv34q3a5sl5cwx/emu.png?dl=0



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to