Re: RFR: 8288893: Popup and its subclasses cannot input text from InputMethod [v4]

2025-01-13 Thread Kevin Rushforth
On Fri, 13 Dec 2024 16:26:54 GMT, Martin Fox wrote: >> Input methods don’t work for text controls inside Popups. This PR fixes that. >> >> Some background: >> >> A PopupWindow always has an owner. The owner of the first Popup is a >> standard Window; I’ll refer to that as the root window. But

Re: RFR: 8288893: Popup and its subclasses cannot input text from InputMethod [v4]

2024-12-17 Thread Andy Goryachev
On Fri, 13 Dec 2024 16:26:54 GMT, Martin Fox wrote: >> Input methods don’t work for text controls inside Popups. This PR fixes that. >> >> Some background: >> >> A PopupWindow always has an owner. The owner of the first Popup is a >> standard Window; I’ll refer to that as the root window. But

Re: RFR: 8288893: Popup and its subclasses cannot input text from InputMethod [v4]

2024-12-13 Thread Martin Fox
> Input methods don’t work for text controls inside Popups. This PR fixes that. > > Some background: > > A PopupWindow always has an owner. The owner of the first Popup is a standard > Window; I’ll refer to that as the root window. But a popup can show another > popup (for example, a popup may