Re: [9] Review request for 8176528: Progress state for window is not displayed in taskbar

2017-03-15 Thread Alexander Zvegintsev
It turned out that if Dialog has no owner(e.g. new Dialog((Frame) null)) it is visible in the taskbar. So I am reverting API change. http://cr.openjdk.java.net/~azvegint/jdk/9/8176528/03/ Thanks, Alexander. On 14/03/2017 23:43, Alexander Zvegintsev wrote: It has no representation on windows,

Re: [9] Review request for 8176528: Progress state for window is not displayed in taskbar

2017-03-15 Thread Philip Race
Good that got cleared up but since bar slight change in the wording we are back to v0 of the webrev, then we are also back to v0 of my comments. What are you going to say to JCK about what windows they can expect to be visible ? Can we say - Frames are always visible - Dialogs are always

Global InputVerifier

2017-03-15 Thread Reto Merz
Hello, We try to prepare our WebStart-based app for Java 9. It is very important that we can perform validation on every focus change and reject it if needed based on which target component will be focused. At the moment we use sun.awt.RequestFocusController which is invoked on every focus

Re: [9] Review request for 8176528: Progress state for window is not displayed in taskbar

2017-03-15 Thread Philip Race
The current fix isn't even "general" in this respect. Unless there are some existing words somewhere, in which case we would just have pointed JCK to those .. On 3/15/17, 9:12 AM, Sergey Bylokhov wrote: I guess that we cannot guarantee that some windows are visible and other one are not. We can

Re: [9] Review request for 8176528: Progress state for window is not displayed in taskbar

2017-03-15 Thread Sergey Bylokhov
I guess that we cannot guarantee that some windows are visible and other one are not. We can say something general like in the current fix, or we can provide an explanation of our internal implementation. > 15 марта 2017 г., в 18:49, Philip Race написал(а): > > Good

Re: [9] Review request for 8176528: Progress state for window is not displayed in taskbar

2017-03-15 Thread Sergey Bylokhov
It is not necessary, if the frame has utility type. >>> >>> So can we say this with that qualification ? >> >> This is also implementation detail, that such windows are not visible in >> taskbar. This is not specified anywhere and can be changed in the future. > > If this is consistent in

Re: [9] Review request for 8176528: Progress state for window is not displayed in taskbar

2017-03-15 Thread Sergey Bylokhov
> The current fix isn't even "general" in this respect. > Unless there are some existing words somewhere, in > which case we would just have pointed JCK to those .. All this stuff have a notion that «xxx in a platform-dependent way.». The only things we can say is that we will try to show a

Re: [9] Review request for 8176528: Progress state for window is not displayed in taskbar

2017-03-15 Thread Philip Race
Even if all we can add (to what is already proposed) is "whether an icon for a window is displayable in the task bar is dependent on all of window type, platform, and implementation" then I think that clearer than the current words which could be misinterpreted as meaning something like

Re: [9] Review request for 8176528: Progress state for window is not displayed in taskbar

2017-03-15 Thread Philip Race
On 3/15/17, 9:48 AM, Sergey Bylokhov wrote: The current fix isn't even "general" in this respect. Unless there are some existing words somewhere, in which case we would just have pointed JCK to those .. All this stuff have a notion that «xxx in a platform-dependent way.». The only things

Re: [9] Review request for 8176528: Progress state for window is not displayed in taskbar

2017-03-15 Thread Philip Race
+1 from me. -phil. On 3/15/17, 10:47 AM, Alexander Zvegintsev wrote: How about that version? http://cr.openjdk.java.net/~azvegint/jdk/9/8176528/04/ Thanks, Alexander. On 15/03/2017 20:18, Philip Race wrote: Even if all we can add (to what is already proposed) is "whether an icon for a

Re: [9] Review request for 8176528: Progress state for window is not displayed in taskbar

2017-03-15 Thread Alexander Zvegintsev
How about that version? http://cr.openjdk.java.net/~azvegint/jdk/9/8176528/04/ Thanks, Alexander. On 15/03/2017 20:18, Philip Race wrote: Even if all we can add (to what is already proposed) is "whether an icon for a window is displayable in the task bar is dependent on all of window type,

Re: [9] Review request for 8176528: Progress state for window is not displayed in taskbar

2017-03-15 Thread Sergey Bylokhov
Looks fine. > 15 марта 2017 г., в 20:49, Philip Race написал(а): > > +1 from me. > > -phil. > > On 3/15/17, 10:47 AM, Alexander Zvegintsev wrote: >> >> How about that version? >> >> http://cr.openjdk.java.net/~azvegint/jdk/9/8176528/04/ >>