Missing text entry widget

Bug #1205808 reported by Rafał Cieślak
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Millennium Duel
Fix Released
Medium
Rafał Cieślak

Bug Description

Sometimes, the user may want to type in some text.
That includes server IP, player nickname, etc.

That is of course work for a new widget.
Implementing this feature also requires adding key-press reactions to the main loop, and passing them down recursively into the currently focused drawable.

That means such entry widget should react on clicks, and when clicked, it should mark itself and its parents (recursively) as 'focused', so that keypresses are passed down to it the right way.

Of course methods such as setting/getting text, making the entry sensitive/insensitive for input, etc. are needed.

Changed in millenniumduel:
assignee: nobody → Rafał Cieślak (rafalcieslak256)
Revision history for this message
Rafał Cieślak (rafalcieslak256) wrote :

I have implemented a basic WEntry, which reacts on keypresses.
There is still room for improvements though, including cursor display and movement with arrow keys.

Changed in millenniumduel:
status: Triaged → In Progress
status: In Progress → Fix Committed
Changed in millenniumduel:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.