Reimplement the TextField
Open
@marchermans is already working on this.
Since Nov 4, 2018.
bug
ground work needed
networking
- Dominant language
- Java
- Stars
- 17
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
The textfield
Current behaviour:
The current textfield tries to behave as the MineCraft textfield on the server side. Which ofcourse fails, since for example the FontRenderer is not available for size calculation.
Expected behaviour:
The textfield to function properly.
Required changes
- Insert mechanics that allow a control to intercept UI input on the client side.
- Add networking capability interception to intercept UI input on the client side.
- Add messages that are send to the Server when the TextField intercepts a UI input and has processed it on the client side with its font renderer.
- Implement a basic typing supporting TextField. Preferably using some kind of simple background texture.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.