http://bugs.winehq.org/show_bug.cgi?id=8914
Summary: HTTRANSPARENT is ignored
Product: Wine
Version: 0.9.40.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmda(a)yandex.ru
When user clicks on a window, Windows first sends WM_NCHITTEST and checks the
result. If the result is HTTRANSPARENT, it sends check first underlying window
in Z-order that is not HTTRANSPARENT and sends mouse click to it/activates it.
Wine ignores this and click goes to the window that responded with
HTTRANSPARENT.
It breaks functionality of Tooltip / hint windows that are not supposed to
handle clicks but route them to the underlying window.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8913
Summary: Window with WS_DISABLED still can be activated
Product: Wine
Version: 0.9.40.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmda(a)yandex.ru
Under windows if you click on a window with WS_DISABLED set, it won't be
activated. This way all Delphi applications are handling ShowModal(), keeping
all underlying windows disabled.
With Wine click on disabled window still activates it and current modal window
goes back in Z-order.
FYI, to set WS_DISABLED, application calls EnableWindow(Wnd, 0)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3997
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dmda(a)yandex.ru
------- Additional Comments From dank(a)kegel.com 2007-10-07 12:49 -------
*** Bug 8912 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8912
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From dank(a)kegel.com 2007-10-07 12:49 -------
Yes, that's a troubling problem. We're gathering all such problems
as bug 3997, they all have the same cause (directly related
to the lack of captions, as it turns out).
*** This bug has been marked as a duplicate of 3997 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8912
Summary: application splash and incorrect Z-Order
Product: Wine
Version: 0.9.40.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmda(a)yandex.ru
Some applications show their splash during startup and such windows are the
same as normal windows, except their caption is hidden.
When such application starts under Wine and shows an error box, the error box
will appear below the splash window.
The same goes for the window where Wine asks to install Gecko. It happens in
response to application's attempt to initialize embedded IE browser.
I could replicate the problem with a splash created with Style = 0x86000000
and ExStyle=0x10000
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8911
juan_lang(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |truiken(a)gmail.com
------- Additional Comments From juan_lang(a)yahoo.com 2007-10-07 12:36 -------
That regression was almost certainly introduced by commit
17ba74195bec3d384539249a4bf7de659121041e:
http://www.winehq.org/pipermail/wine-cvs/2007-July/033999.html
I'm not sure why this commit passes a transform to msi_table_load_transforms
rather than a name, since only transform->name is used.
CCing the author of the patch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8911
------- Additional Comments From austinenglish(a)gmail.com 2007-10-07 12:15 -------
When did it last work? Is there a demo available?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8873
------- Additional Comments From admin(a)joshblanton.com 2007-10-07 09:28 -------
I installed wine .38 and the same error occurs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.