RadVirtualKeyboard inputing to TextBox in Popup using IME

0 Answers 146 Views
VirtualKeyboard
Adam
Top achievements
Rank 1
Adam asked on 29 Aug 2022, 01:23 PM | edited on 29 Aug 2022, 01:35 PM

Hi,

Context:

- TextBox in a Popup

- Type using the RadVirtualKeyboard

- Keyboard is set to Japanese

After making sure the TextBox has the popup and then starting to use the Keyboard in Hiragana, the IME suggestions are shown in the top left corner of the screen instead above the TextBox.

Code:

<telerik:RadVirtualKeyboard Margin="10,119,436,58"/>
<Popup Width="100" Height="100" IsOpen="True">
	<StackPanel Background="Red">
		<TextBox></TextBox>
	</StackPanel>
</Popup>

Using the RadVirtualKeyboard:

Using real keyboard or windows intergrade ok screen keyboard:

Is there a way to solve this issue?

Thanks a lot!

Dilyan Traykov
Telerik team
commented on 01 Sep 2022, 01:11 PM

Hi Adam,

Thank you for the provided images and code snippet.

I was able to observe the same result from the images, however, the same behavior occurs even when using the actual keyboard and the virtual keyboard at my end.

I'm attaching a short recording of the result I observe as well as the sample project I used for the process. Can you please have a look and let me know if I'm missing something of importance or am doing something incorrectly?

Thank you in advance for your cooperation on the matter.

No answers yet. Maybe you can help?

Tags
VirtualKeyboard
Asked by
Adam
Top achievements
Rank 1
Share this question
or