http://bugs.winehq.org/show_bug.cgi?id=18934
Summary: Free PDF to Word Doc converter's installer reports wrong ClassNN (appinstall) Product: Wine Version: 1.1.23 Platform: PC URL: http://www.hellopdf.com/download.php OS/Version: Linux Status: NEW Keywords: download, Installer Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
When installing Free PDF to Word Doc converter with appinstall, I usually click buttons by their ClassNN. The first window that pops up is:
Setup This will install Free PDF to Word Doc Converter. Do you wish to continue? Yes / No
On windows, the Yes has a ClassNN of 'Button1', and No is 'Button2'. On wine, they're 'Button6' and 'Button7'.
The rest of the installer's buttons are reported correctly, though.
http://bugs.winehq.org/show_bug.cgi?id=18934
Alexander Scott-Johns alexander.scott.johns+winebug@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexander.scott.johns+wineb | |ug@googlemail.com
--- Comment #1 from Alexander Scott-Johns alexander.scott.johns+winebug@googlemail.com 2009-06-14 07:48:24 --- (In reply to comment #0)
On windows, the Yes has a ClassNN of 'Button1', and No is 'Button2'. On wine, they're 'Button6' and 'Button7'.
Could this be related to bug 11657?
http://bugs.winehq.org/show_bug.cgi?id=18934
--- Comment #2 from Austin English austinenglish@gmail.com 2009-06-14 13:38:08 --- (In reply to comment #1)
(In reply to comment #0)
On windows, the Yes has a ClassNN of 'Button1', and No is 'Button2'. On wine, they're 'Button6' and 'Button7'.
Could this be related to bug 11657?
That bug is mostly fixed, aside from a missing accelerator.
http://bugs.winehq.org/show_bug.cgi?id=18934
--- Comment #3 from Alexander Scott-Johns alexander.scott.johns+winebug@googlemail.com 2009-06-14 15:49:05 --- (In reply to comment #2)
(In reply to comment #1)
(In reply to comment #0)
On windows, the Yes has a ClassNN of 'Button1', and No is 'Button2'. On wine, they're 'Button6' and 'Button7'.
Could this be related to bug 11657?
That bug is mostly fixed, aside from a missing accelerator.
Does AHK use a button's control ID to create its ClassNN?
From dlls/user32/resources/user32_En.rc (lines 59-60, part of the MSGBOX
resource):
PUSHBUTTON "&Yes", 6, 256, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP PUSHBUTTON "&No", 7, 304, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
So "Yes" has an ID of 6 and "No" has an ID of 7, which is different to Windows, I guess. (Wine still creates all the buttons and hides the ones which aren't needed.)
But in include/winuser.rh and include/winuser.h we have:
/* Standard dialog button IDs */ [snip] #define IDYES 6 #define IDNO 7 [snip]
Strange...
http://bugs.winehq.org/show_bug.cgi?id=18934
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.2.0
--- Comment #4 from Austin English austinenglish@gmail.com 2009-07-13 22:43:39 --- Something similar in Excel Viewer 2003: Wine: I accept the License Agreement # button 4 Next # Button 5 Windows: I accept the License Agreement # button 1 Next # Button 2
Sounds like an off by one type error...Since Excel Viewer is a supported application, marking for 1.2.
http://bugs.winehq.org/show_bug.cgi?id=18934
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19343
http://bugs.winehq.org/show_bug.cgi?id=18934
Carlton Hobbs carlton.hobbs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |carlton.hobbs@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=18934
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2010-06-18 10:02:33 --- Fixed by f69d88b503ef818c34108d313006010425a4adbe.
http://bugs.winehq.org/show_bug.cgi?id=18934
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2010-06-18 12:46:53 --- Closing bugs fixed in 1.2-rc4.
https://bugs.winehq.org/show_bug.cgi?id=18934
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Fixed by SHA1| |f69d88b503ef818c34108d31300 | |6010425a4adbe Component|-unknown |user32