Opened 7 years ago
Closed 4 years ago
#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 Changed 7 years ago by Jos
- Type changed from Bug to Feature Request
comment:2 Changed 7 years ago by TicketCleanup
- Version 3.3.14.0 deleted
comment:3 Changed 4 years ago by Jpm
- Owner set to Jos
- Status changed from new to assigned
comment:5 Changed 4 years ago by Jpm
- Milestone set to 3.3.15.3
- Resolution set to Completed
- Status changed from assigned to closed
Added by revision [12310] in version: 3.3.15.3
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Automatic ticket cleanup.