juce-framework / JUCE

JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.
https://juce.com
Other
6.31k stars 1.67k forks source link

[Bug]: Input method not working properly in Win10/Win11 with juce::TextEditor #1318

Open FangCunWuChang opened 6 months ago

FangCunWuChang commented 6 months ago

Detailed steps on how to reproduce the bug

What is the expected behaviour?

I've run tests with DemoRunner on three versions of the OS and all of these tests have this problem.
Word alternative boxes are not displayed on these versions:

The word alternative box is displayed in an incorrect position on these versions:

Operating systems

Windows

What versions of the operating systems?

Architectures

x86_64

Stacktrace

No response

Plug-in formats (if applicable)

No response

Plug-in host applications (DAWs) (if applicable)

No response

Testing on the develop branch

The bug is present on the develop branch

Code of Conduct