Modify

#3574 closed Feature Request (Completed)

$ES_PASSWORD limits input length to control width, Add note about using $ES_AUTOHSCROLL to Help File

Reported by: mikeolson27@… Owned by: Jpm
Milestone: 3.3.15.3 Component: Documentation
Version: Severity: None
Keywords: Cc:

Description

When setting an input box with the $ES_PASSWORD style, it no longer accepts characters after it has exceeded the width of the box.
You need to use $ES_AUTOHSCROLL + $ES_PASSWORD to allow a long password to be used.

Would be great if in the help file for GUICtrlCreateInput where it says to use that for passwords, it would actually say to use both styles

Instead of the current: For defining an input control for entering passwords (input is hidden with an asterisk) use the $ES_PASSWORD style.

Should be: For defining an input control for entering passwords (input is hidden with an asterisk) use the $ES_AUTOHSCROLL + $ES_PASSWORD styles.

Attachments (0)

Change History (5)

comment:1 by Jos, on Nov 16, 2017 at 3:30:03 PM

Type: BugFeature Request

comment:2 by TicketCleanup, on Nov 16, 2017 at 4:00:01 PM

Version: 3.3.14.0

Automatic ticket cleanup.

comment:3 by Jpm, on May 15, 2020 at 4:32:05 PM

Owner: set to Jos
Status: newassigned

comment:4 by Jos, on May 15, 2020 at 10:37:04 PM

Owner: changed from Jos to Jpm

Assigned to me? why?

comment:5 by Jpm, on May 16, 2020 at 6:31:02 AM

Milestone: 3.3.15.3
Resolution: Completed
Status: assignedclosed

Added by revision [12310] in version: 3.3.15.3

Modify Ticket

Action
as closed The owner will remain Jpm.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.