You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
It works on Chrome but in Firefox and Edge pressing keys does not result in input.
It looks to me like the addEventListener for the temp input is being added correct on 3985 of pixi-ui.js
But that the associated inputEvent never fires.
I think it's possibly because the this.blur function which removes event listeners is called directly after they've been set up.
Maybe blur is being called in the wrong place?
The text was updated successfully, but these errors were encountered:
Oh that's ok! I got a fix for it in the end, though not an elegant one, so I won't share it.
I look forward to your rewrite, since I get a lot of use out of PIXI UI.
It works on Chrome but in Firefox and Edge pressing keys does not result in input.
It looks to me like the addEventListener for the temp input is being added correct on 3985 of pixi-ui.js
But that the associated inputEvent never fires.
I think it's possibly because the this.blur function which removes event listeners is called directly after they've been set up.
Maybe blur is being called in the wrong place?
The text was updated successfully, but these errors were encountered: