http://bugs.winehq.org/show_bug.cgi?id=8725
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
--- Comment #2 from Austin English <austinenglish(a)gmail.com> 2008-04-11 12:43:02 ---
Dupe.
*** This bug has been marked as a duplicate of bug 10868 ***
--
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=8809
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-04-11 12:27:28 ---
Fixed.
--
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=7697
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-04-11 12:18:39 ---
Closing.
--
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=7504
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-04-11 12:18:32 ---
Closing.
--
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=7697
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-04-11 12:18:26 ---
Let's close it as abandoned then. If you find a copy of it and it's still a
problem, feel free to reopen it.
--
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=7504
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--- Comment #5 from Austin English <austinenglish(a)gmail.com> 2008-04-11 12:18:18 ---
Let's close it as abandoned then. If you find a copy of it and it's still a
problem, feel free to reopen it.
--
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=5163
--- Comment #47 from mback <mback(a)yahoo.com> 2008-04-11 12:05:03 ---
Continues to fail in the same way in 0.9.59.
--
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=8520
Aric Stewart <aric(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #10 from Aric Stewart <aric(a)codeweavers.com> 2008-04-11 09:25:06 ---
This should be corrected by this patch:
diff --git a/dlls/user32/combo.c b/dlls/user32/combo.c
index 14eebe8..0e66b7d 100644
--- a/dlls/user32/combo.c
+++ b/dlls/user32/combo.c
@@ -1107,7 +1107,7 @@ static void CBDropDown( LPHEADCOMBO lphc )
{
if (nItems < 5)
nDroppedHeight = (nItems+1)*nIHeight;
- else
+ else if (nDroppedHeight < 6*nIHeight)
nDroppedHeight = 6*nIHeight;
}
}
(In reply to comment #7)
> ea60a508b1810ea9f901f0cd4cf5f0bae4690525 is first bad commit
> commit ea60a508b1810ea9f901f0cd4cf5f0bae4690525
> Author: Aric Stewart <aric(a)codeweavers.com>
> Date: Fri Feb 2 15:04:23 2007 -0600
>
> user32: We are calculating the height for the drop down based on
> number of items however the if statement used nIHeight (just the
> height of 1 item) and not nHeight (the height all the items).
>
--
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=8809
Kirill K. Smirnov <lich(a)math.spbu.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lich(a)math.spbu.ru
--- Comment #5 from Kirill K. Smirnov <lich(a)math.spbu.ru> 2008-04-11 08:36:32 ---
Seems to be fixed in git.
Taskmgr works OK for me.
--
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=6190
--- Comment #7 from Jörg Höhle <hoehle(a)users.sourceforge.net> 2008-04-11 08:31:00 ---
As a final comment on this issue, after a long pause I had an opportunity to
test the game with 0.9.47, .48, .57 and .58 and it works fine (I didn't
reinstall, I just ran off the old directory). So whatever was broken in .19-.21
in wine has long been fixed.
--
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.