Touch keyboard is shown for text component even when it is Non-Focusable
Reproducible on Microsoft Surface (Windows 10 Tablet Mode)
Steps to reproduce:
1.Run the attached "JTouchTest2.java" or "TouchTest2.java" with JDK 8u172 b06
2.Check the checkbox for Non-Focusable for any component
3.Click on the editable area of the component
Expected behavior : the on screen keyboard must not be shown
Actual behavior : the on screen keyboard is shown
Is it a regression: No, this is part of the new functionality introduced in 8u172 b01 as fix for JDK-8166772