rokudev / dynamic-voice-enabled-keyboards

Demonstrates how to create and configure dynamic voice-enabled keyboards.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text cropped by voice-control-tooltip

LasseDenecken opened this issue · comments

If you change the brackgroundUri of the textEditBox and change the domain to generic, the the voice-control-tooltip is on top of the text.

Steps to reproduce:

  1. Edit the brightscript code of the DynamicKeyboardTest.xml:
m.keyboard.domain = "generic"
m.keyboard.textEditBox.backgroundUri="<YOUR_BACKGROUND_URL>"
  1. Sideload the channel

Expected behavior

A default spacing around the text so the voice-control-overlay doesn't interfere with the text input.

Actual behavior

As soon as the user presses the voice-command-key on the remote the voice-control-tooltip is visible on top of the text, cropping the first letter.