Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text Input is blurry and lacks common functions #46

Open
zero41120 opened this issue Mar 7, 2023 · 2 comments
Open

Text Input is blurry and lacks common functions #46

zero41120 opened this issue Mar 7, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@zero41120
Copy link

Please Describe The Problem To Be Solved

Basically, this PIXI.TextInput plugin.
I believe the official one should be as good as this plugin.

  • The text significantly more "clear" to human eye.
  • Support keyboard action (arrow to navigate, Ctrl + A to select all ...etc)
  • Text selection
@zero41120 zero41120 added the enhancement New feature or request label Mar 7, 2023
@Tum4ik
Copy link

Tum4ik commented Sep 21, 2024

The problem is that PIXI.TextInput plugin uses plain html elements (<input> and <textarea>) to provide such rich functionality, what is not stick with Pixi "rendering engine" philosophy.

@ivan-sergiienko-innovecs

Related to #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants