Ticket #96 (closed enhancement: done)

Opened 7 years ago

Last modified 7 years ago

Clear prompt from username field when mouse clicked or key typed.

Reported by: jdalbey Owned by:
Priority: Low Milestone: May 2019 Training
Component: CAD Client Version:
Severity: Minor Keywords:
Cc:

Description

The User name field of the title screen has an initial prompt "Enter your name".  This prompt should disappear as soon as the user begins to enter something in that field.

Change History

comment:1 Changed 7 years ago by jdalbey

Fixed in r289.  Since the username field has focus when the window opens, it wasn't necessary to handle mouse clicks.  I just added a keylistener to listen for the first keypress and erase the prompt.  I also changed the password field to be disabled, and adjusted the size of the container box so the password field wasn't clipped.

comment:2 Changed 7 years ago by jdalbey

  • Status changed from new to closed
  • Resolution set to done

Tested in lab, works as required.

Note: See TracTickets for help on using tickets.