Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Initial securedinput height is larger than necessary until text is entered #112

Closed
kryptonit1 opened this issue Aug 11, 2022 · 0 comments · Fixed by #134
Closed

[BUG] Initial securedinput height is larger than necessary until text is entered #112

kryptonit1 opened this issue Aug 11, 2022 · 0 comments · Fixed by #134
Assignees
Labels
bug Something isn't working
Milestone

Comments

@kryptonit1
Copy link

kryptonit1 commented Aug 11, 2022

Describe the bug
When using the securedinput accessory_view_type the initial input height of the securedinput field is larger than necessary. When you start to enter text into the field the height shrinks to the expected height.

To Reproduce
Run IBM Notifier with the following options:

/bin/launchctl asuser "LOGGED_IN_USER" "/Applications/IBM Notifier.app/Contents/MacOS/IBM Notifier"
-type popup
-icon_path "/path/to/icon.png"
-bar_title "Test Title"
-accessory_view_type securedinput
-accessory_view_payload "/placeholder Enter password /title Sorry, that password was incorrect. Please try again: /required"

Expected behavior
The initial height of the securedinput field when empty should be the same as when you have started to enter text.

Screenshots

Before input:
before_input

After input:
after_input

Desktop (please complete the following information):

  • OS: macOS 12.5
  • Project version: 2.8.0
@kryptonit1 kryptonit1 added the bug Something isn't working label Aug 11, 2022
@SMartorelli SMartorelli self-assigned this Aug 11, 2022
@SMartorelli SMartorelli added this to the Version 2.9.0 milestone Aug 11, 2022
@SMartorelli SMartorelli mentioned this issue Oct 3, 2022
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants