<AWT Dev> [12] RFR 8213983: [macosx] Keyboard shortcut “cmd +`” stops working properly if popup window is displayed

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Wed Nov 28 21:09:09 UTC 2018


Hi, Dmitry.

Can you please clarify why the invisible children affect this behavior?
Is it possible that some of the invisible child(which we skip after the fix) will have visible child window?

On 22/11/2018 06:43, Dmitry Markov wrote:
> Hi Sergey,
> 
> I am sorry, but the problem is not related to popup windows at all. Actually the root cause of the issue is that we perform ordering operation for the window which has only invisible child windows. I have updated the fix: http://cr.openjdk.java.net/~dmarkov/8213983/webrev.02/
> Could you review the new version, please?
> 
> Thanks,
> Dmitry
> 
>> On 21 Nov 2018, at 23:22, Sergey Bylokhov <Sergey.Bylokhov at oracle.com <mailto:Sergey.Bylokhov at oracle.com>> wrote:
>>
>> On 21/11/2018 12:51, Dmitry Markov wrote:
>>> When we are going to display the popup, all related windows, (i.e. the owner, its child windows and their child an so on) are already ordered. They were ordered once the owner received focus.
>>
>> I guess it is always true if the user click on the window
>> and popup was shown, but how it will work if the popup window
>> was shown programmatically without making window focused?
>>
>>
>> -- 
>> Best regards, Sergey.
> 


-- 
Best regards, Sergey.


More information about the awt-dev mailing list