http://bugs.winehq.org/show_bug.cgi?id=8522
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vitaliy(a)kievinfo.com
--
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=8522
--- Comment #10 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-12-14 16:37:29 ---
The reason it "captures" mouse input - tab control is being extended down too
far. And it's overlapping buttons.
Something like this fixes the problem but breaks apps that don't embed
propsheet into dialogs (eg winecfg):
--- a/dlls/comctl32/propsheet.c
+++ b/dlls/comctl32/propsheet.c
@@ -799,7 +799,7 @@ static BOOL PROPSHEET_AdjustSize(HWND hwndDlg,
PropSheetInfo* psInfo)
TRACE("tab client rc %s\n", wine_dbgstr_rect(&rc));
rc.right += ((padding.x * 2) + tabOffsetX);
- rc.bottom += (buttonHeight + (3 * padding.y) + tabOffsetY);
+ rc.bottom += buttonHeight + (3 * padding.y);
/*
* Resize the property sheet.
I still don't exactly understand how exactly this program embedding propsheet
control into dialog. It's c++ and using some MFC magic.
--
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=7814
--- Comment #27 from Anton Vorobyov <phoenix(a)mail.ru> 2008-12-14 15:33:47 ---
For clarification sake - fix was implemented on client's side, images are no
longer interlaced.
--
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=5388
--- Comment #11 from Georg Wolff <boeser.wolff(a)web.de> 2008-12-14 15:27:23 ---
Compiled wine 1.1.10 and retried:
With a fix by Michael Karcher (http://bugs.winehq.org/attachment.cgi?id=13997)
Mankind can be started, but neither updates can be downloaded, nor a connection
to MKs servers can be established.
--
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=5436
--- Comment #16 from Georg Wolff <boeser.wolff(a)web.de> 2008-12-14 15:25:13 ---
Remembered there was a fix for the page fault by Michael Karcher.
(http://bugs.winehq.org/attachment.cgi?id=13997)
With that fix I get the launcher, but can do any updates.
Seems this one is still present.
--
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=6850
Łukasz <lukp1(a)op.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lukp1(a)op.pl
--- Comment #10 from Łukasz <lukp1(a)op.pl> 2008-12-14 15:18:17 ---
Is it still in 1.1.10?
--
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=6459
Łukasz <lukp1(a)op.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lukp1(a)op.pl
--- Comment #10 from Łukasz <lukp1(a)op.pl> 2008-12-14 15:13:40 ---
I've never had such a problem. I think it has been solved long time ago - see
wine version. Althrough, I'm using cd prom a magazine.
--
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=6946
Gene Ruebsamen <gururise(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gururise(a)gmail.com
--- Comment #7 from Gene Ruebsamen <gururise(a)gmail.com> 2008-12-14 13:13:37 ---
Bug still exists in wine 1.1.10
--
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=7814
designerfx <matthewreingold(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |matthewreingold(a)gmail.com
--- Comment #26 from designerfx <matthewreingold(a)gmail.com> 2008-12-14 12:51:20 ---
I've noticed the browser maps are working, I have yet to test the agent maps.
On a separate note, we have some form of memory leak that seems to be
attributed to leaving these maps open that causes a crash after long enough
time.
--
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=7814
William Waghorn <willw(a)litany.me.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |willw(a)litany.me.uk
--- Comment #25 from William Waghorn <willw(a)litany.me.uk> 2008-12-14 12:34:22 ---
Looks fixed to me with wine-1.1.10 and Quantum Rise 1.0.3 (71655). Anyone able
to confirm this?
Since I've only just noticed, I don't know whether it was fixed in Wine or the
client.
--
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.