← Back to team overview

millennium-dev team mailing list archive

[Bug 1205808] [NEW] Missing text entry widget

 

Public bug reported:

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.

** Affects: millenniumduel
     Importance: Medium
         Status: Triaged

-- 
You received this bug notification because you are a member of
Millennium Developers, which is subscribed to Millennium Duel.
https://bugs.launchpad.net/bugs/1205808

Title:
  Missing text entry widget

Status in Millennium Duel - a GUI frontend for Millennium:
  Triaged

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/millenniumduel/+bug/1205808/+subscriptions


Follow ups

References