IMEOutput missing essential text input information (hint, text, input type)
Open
- Dominant language
- Rust
- Stars
- 30.6k
- Forks
- 2.1k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 72
Description
The current `IMEOutput` struct only provides positional information about the focused text input, but lacks crucial data needed for proper IME (Input Method Editor) integration, especially on mobile platforms like Android.
Contributor guide
Research direction
Start by locating the IMEOutput definition and the code that produces or consumes it for focused text inputs. Trace how IME data reaches mobile integrations, especially Android; done means the output exposes the requested hint, text, and input type information consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- frontend, mobile-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100