[Bug 23007] GetSaveFileName incorrectly returns non-zero when Escape is pressed after a "replace this file" dialog

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jun 2 12:01:39 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=23007


Juan Lang <juan_lang at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #2 from Juan Lang <juan_lang at yahoo.com>  2010-06-02 12:01:39 ---
Confirming.  Steps to reproduce:

1. Start notepad.  Type "foo", then select File, Save as, type "foo.txt", click
Save.  Quit notepad.
2. Start notepad.  Type "bar", then select File, Save as, type "foo.txt", click
Save.  When the "Do you want to replace it?" dialog appears, press escape. 
Quit notepad.
3. cat foo.txt.

Expected results: foo.txt contains "foo", from step 1.
Actual results:  foo.txt contains "bar".

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list