[Bug 21731] New: Regression: the return key has no effect in an input dialog on a win16 application
http://bugs.winehq.org/show_bug.cgi?id=21731 Summary: Regression: the return key has no effect in an input dialog on a win16 application Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: cosoleto(a)gmail.com Using git bisect looks as the commit 178ebae4c01c6aed896138d4a0c174c489814f1b is last working version, problems begin with commit aabe5f150f834fbf230787c7e228f4b68c39ee32 titled: "user32: Move 16-bit instance normalization to CreateWindowEx16", after there are a lot of others similar changes. How to reproduce: * Download this application (already used in a previous bug report, copyrighted text is deleted): http://cosoleto.free.fr/wine_sample.zip * Unpack to drive C: * wine Devwin.exe (current directory must be: "C:\Devoto-Oli\") * click on menu "_Ricerca" * type "test" inside input dialog box, then RETURN This is the problem: no effect. * click on "Ricerca" button for getting the expected effect for "test" string: the dialog box will closed and a new different window appear. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21731 Francesco Cosoleto <cosoleto(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Summary|Regression: the return key |Return key has no effect in |has no effect in an input |an input dialog on a win16 |dialog on a win16 |application |application | -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21731 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |win16 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21731 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase CC| |julliard(a)winehq.org Version|unspecified |1.1.35 --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2010-02-15 19:59:42 --- commit aabe5f150f834fbf230787c7e228f4b68c39ee32 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Dec 17 14:36:26 2009 +0100 user32: Move 16-bit instance normalization to CreateWindowEx16. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21731 Francesco Cosoleto <cosoleto(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.35 |1.1.36 --- Comment #2 from Francesco Cosoleto <cosoleto(a)gmail.com> 2010-02-17 04:20:50 --- Due to some reasons previous "git bisect" wasn't enough accurate, looks as the commit has caused this problem is the following: commit 009badeb32cceea4de5cacda9f6e53068e42f06b Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Dec 22 15:16:03 2009 +0100 user32: Delay creation of the 16-bit dialog info structure until the window is created. This mirrors the behavior of the 32-bit side. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21731 --- Comment #3 from Juan Lang <juan_lang(a)yahoo.com> 2010-02-17 10:52:10 --- Please try again with today's git or later. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21731 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> 2010-02-17 12:06:46 --- It should be fixed by a64765f673b01944ebf5da44dbcae7b8f4b68ef9. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21731 Francesco Cosoleto <cosoleto(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED | --- Comment #5 from Francesco Cosoleto <cosoleto(a)gmail.com> 2010-02-17 14:59:31 --- Bug is still reproducible using current master version. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21731 --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2010-02-17 16:09:43 --- Works fine here. Are you sure you have the latest git? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21731 --- Comment #7 from Francesco Cosoleto <cosoleto(a)gmail.com> 2010-02-17 18:51:54 --- (In reply to comment #6)
Works fine here. Are you sure you have the latest git?
Yes, unfortunately. Compiled after make distclean:
./wine --version wine-1.1.38-290-g5c4d3fb
No other wine stuff is installed on my system. Double-checked. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21731 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2010-02-18 12:51:47 --- Should be really fixed now. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21731 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2010-02-19 12:32:39 --- Closing bugs fixed in 1.1.39. -- 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.
participants (1)
-
wine-bugs@winehq.org