<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
I expect I must be misunderstanding something.<br>
The bug seems to be saying we should eliminate confirmation dialogs
but the fix reads<br>
like it does the opposite since it removes flag bits which suppress
the dialogs :<br>
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
<pre><span class="removed">- fop.fFlags = FOF_ALLOWUNDO;</span>
<span class="new">+ fop.fFlags = FOF_ALLOWUNDO | FOF_NOCONFIRMATION | FOF_NOERRORUI;
Does not "NOCONFIRMATION" mean "no confirmation dialog" ?
The bug says "does not happen on windows 10". Maybe there was a windows 7 bug ?
So after this fix, what happens on windows 7 and 10 ? What versions was the fix tested on ?
-phil.
</span></pre>
<br>
<br>
On 12/8/17, 5:40 PM, Sergey Bylokhov wrote:
<blockquote
cite="mid:69f06a9f-eeb3-8e13-0fe0-98e74c273e7f@oracle.com"
type="cite">Looks fine.
<br>
<br>
On 05/12/2017 23:23, Shashidhara Veerabhadraiah wrote:
<br>
<blockquote type="cite">Hi All, Please review a fix for the below
bug.
<br>
<br>
Bug: <a class="moz-txt-link-freetext" href="https://bugs.openjdk.java.net/browse/JDK-8190515">https://bugs.openjdk.java.net/browse/JDK-8190515</a>
<br>
<br>
Webrev:
<a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~sveerabhadra/8190515/webrev.00/">http://cr.openjdk.java.net/~sveerabhadra/8190515/webrev.00/</a>
<br>
<br>
Summary: The file delete operation generates pop up dialog in
windows7 and not in other higher than windows 7 versions. To
keep it consistent across the different flavors, any dialog UI
is being suppressed.
<br>
<br>
Thanks and regards,
<br>
<br>
Shashi
<br>
<br>
</blockquote>
<br>
<br>
</blockquote>
</body>
</html>