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

HMI sets limitedCharacterList for common Keyboard on the main HMI screen #530

Closed
VjKlepikov opened this issue Mar 22, 2021 · 1 comment
Closed
Labels

Comments

@VjKlepikov
Copy link
Contributor

VjKlepikov commented Mar 22, 2021

Description:
HMI sets limitedCharacterList for common Keyboard on the main HMI screen

Precondition:

  1. SDL and HMI are started
  2. App is registered and activated
  3. SetGlobalProperties is requested with "limitedCharacterList": [ "1", "a" ]

Steps to reproduce:

  1. Go to apps list
    Open the common Keyboard from the main HMI screen

Expected result:

  1. All characters are enabled on the keyboard.
  2. HMI does not set limitedCharacterList for common Keyboard on the main HMI screen

Actual result:

  1. All omitted characters are greyed out (disabled) except for ["1", "a"] on the keyboard.

Environment:
SDL: https://github.com/smartdevicelink/sdl_core/tree/develop (0df6608)
HMI: https://github.com/smartdevicelink/sdl_hmi/tree/develop (7fad546)
SPT: 20210305-Android (1076)

@jacobkeeler
Copy link
Contributor

Fixed with the merge of #574

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants