bug - multiline textfield do not accept tab spacing
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 17k
- Forks
- 694
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 33
Description
Textfields are unable to accept tab spacing. Instead the focus manager uses them to move to the next control. As a result it is not possible to type indented text in a textfield.
Possible work arounds could be using keylistener to try to trap tab and redirect a parsed output in textfield....headache and chatty server!
some links that may help
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.
Research direction
Reproduce the issue with a multiline textfield and inspect the textfield and focus-manager handling of the Tab key. Compare the current behavior with the linked Flutter example, then verify that Tab can insert indentation without preventing normal focus navigation in other controls.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- flutter
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100