Re: [9] Review request : 8038919, Requesting focus to a modeless dialog doesn't work on Safari

2014-10-07 Thread Anton V. Tarasov
Hi Mikhail, (sorry, I was away yesterday) On 07.10.2014 19:37, mikhail cherkasov wrote: Hi Anton, But anyway, I'll have to use "instanceof" to check the type returned for DefaultKeyboardFocusManager.getCurrentKeyboardFocusManager().getActiveWindow().getPeer() . or does it always return only L

Re: [9] Review request : 8038919, Requesting focus to a modeless dialog doesn't work on Safari

2014-10-07 Thread mikhail cherkasov
Hi Anton, But anyway, I'll have to use "instanceof" to check the type returned for DefaultKeyboardFocusManager.getCurrentKeyboardFocusManager().getActiveWindow().getPeer() . or does it always return only LWWindowPeer? Thanks, Mikhail. On 10/6/2014 12:56 PM, Anton V. Tarasov wrote: Hi Mikhail