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

2017-03-13 Thread Phil Race

The JCK comments in the bug are :
>This may be a specification issue.
>Window progress is not displayed in taskbar as specified.
>The spec states that progress is displayed in a platform-dependent way.
I>f progress is not in fact displayed under some circumstances, that 
should be specified.


So they already know the window isn't visible and are asking for an 
explanation
of the circumstances for this so I don't think this update will satisfy 
them without

more explanation.

At the very least we need to add that
"Some {@code Window}s are not visible in the task bar.
For example undecorated Windows may not be visible".

I do not know if we can say something stronger than that ?
Is this the case on all platforms ?

-phil.

On 3/13/2017 2:04 PM, Alexander Zvegintsev wrote:

Hello,

please review the fix

http://cr.openjdk.java.net/~azvegint/jdk/9/8176528/00/

for the issue

https://bugs.openjdk.java.net/browse/JDK-8176528

The test uses java.awt.Window which doesn't have button for its window 
in the taskbar, thus we can't show progress for this window there.








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

2017-03-13 Thread Alexander Zvegintsev

Hello,

please review the fix

http://cr.openjdk.java.net/~azvegint/jdk/9/8176528/00/

for the issue

https://bugs.openjdk.java.net/browse/JDK-8176528

The test uses java.awt.Window which doesn't have button for its window 
in the taskbar, thus we can't show progress for this window there.




--
Thanks,
Alexander.