http://bugs.winehq.org/show_bug.cgi?id=14464
Summary: The Bat! v3.99.24 - Mail-Editor don't show a cursor
Product: Wine
Version: 1.1.1
Platform: PC-x86-64
URL: http://www.ritlabs.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: newsletter(a)Schiermeier-Software.de
Hello!
I just replace my wine v1.1.0 with the new one (v1.1.1): now I cannot see any
cursor inside the mail editor. I can type something but I don't see where the
cursor is. The version before was v1.1.0 there it works.
Later I will do a regression testing
<http://wiki.winehq.org/RegressionTesting>. If someone is online and read this
maybe you do it like me.
If somebody is using a newer version of 'The Bat!' (Ritlabs comes actual with
v4.0.24): please check also this item.
Thanks for your attention.
Sincerely
Joerg Schiermeier
--
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=7698
Evil <wine(a)eternaldusk.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine(a)eternaldusk.com
--- Comment #132 from Evil <wine(a)eternaldusk.com> 2008-08-08 19:44:28 ---
I can confirm as well... I, too, happened to see the bug once I cranked the
resolution to 1440x900.
--
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=8093
--- Comment #7 from Gaofeng Huang <gaofeng.huang(a)balliol.ox.ac.uk> 2008-08-08 12:07:48 ---
Yes, CreateTimerQueue is fine now. But the rest is exactly as described in
"Comment #4 From Luke Hutchison".
I think now the installation has no problems.
But we don't know how to activate the IME.
In Windows2000/XP, there is a keyboard layout selector in system tray which can
switch IMEs. Here in wine, how can I switch IMEs?
Thanks to all
--
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=5054
--- Comment #13 from Dan Kegel <dank(a)kegel.com> 2008-08-08 06:50:00 ---
w00t! Sounds like Juan's patch is helping a number of apps.
--
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=4937
--- Comment #6 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-08-08 06:41:53 ---
I had a look at a +shdocvw trace and looks like this is the problem:
warn:shdocvw:ClientSite_QueryInterface Unsupported interface
{9c2cad80-3424-11cf-b670-00aa004cd6d8}
the uuid belongs to interface IOleInPlaceSiteEx
I think that's the problem as the hack below makes the main gui start up fine
for me. The window remains still black, that can be "solved" by using native
oleaut32. Let's see how difficult it is to create some kind of acceptable
patch....
diff --git a/dlls/shdocvw/client.c b/dlls/shdocvw/client.c
index 14a7f90..de12e71 100644
--- a/dlls/shdocvw/client.c
+++ b/dlls/shdocvw/client.c
@@ -63,6 +63,10 @@ static HRESULT WINAPI
ClientSite_QueryInterface(IOleClientSite *iface, REFIID ri
}else if(IsEqualGUID(&IID_IServiceProvider, riid)) {
TRACE("(%p)->(IID_IServiceProvider %p)\n", This, ppv);
*ppv = SERVPROV(This);
+ }else if(IsEqualGUID(&IID_IOleInPlaceSiteEx, riid)) {
+ TRACE("(%p)->(IID_IOleInPlaceSiteEx %p)\n", This, ppv);
+ IOleClientSite_AddRef(CLIENTSITE(This));
+ return S_OK;
}
if(*ppv) {
--
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=8822
Allyson de Paula <depaula(a)undratec.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |depaula(a)undratec.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=5054
Hans Leidekker <hans(a)meelstraat.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hans(a)meelstraat.net
--- Comment #12 from Hans Leidekker <hans(a)meelstraat.net> 2008-08-08 03:06:41 ---
The installer runs to completion here with these steps:
1. apply Mikolaj's patch attached to this bug.
2. apply Juan's patches that implement crypt32.CryptMsgGetAndVerifySigner
(still in the queue).
3. sh winetricks dotnet20
--
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=3915
Daniel Kammerer <d_kammerer(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|d_kammerer(a)web.de |
--
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=3915
Jeff Zaroyko <jeffzaroyko(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
--- Comment #10 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-08-07 19:34:28 ---
*** This bug has been confirmed by popular vote. ***
--
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.