Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Currently I can't get text input working in Edge or Firefox #7

Open
jl9937 opened this issue Jul 28, 2017 · 3 comments
Open

Currently I can't get text input working in Edge or Firefox #7

jl9937 opened this issue Jul 28, 2017 · 3 comments

Comments

@jl9937
Copy link

jl9937 commented Jul 28, 2017

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?

@bQvle
Copy link
Collaborator

bQvle commented Oct 14, 2017

sorry for the late response.

Soon I'll rewrite the text input completely, so it uses DynamicText (I visit features as I need them for my current project)

Ill make sure it will work properly in all browsers

@jl9937
Copy link
Author

jl9937 commented Oct 14, 2017

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.

Thanks and good luck

@ShukantPal
Copy link
Member

@jl9937 Is pixi-ui/puxi.js still of interest to you?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants