Ticket #96 (closed enhancement: done)
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
Note: See
TracTickets for help on using
tickets.

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.