http://bugs.winehq.org/show_bug.cgi?id=3930
------- Additional Comments From damjan.jov(a)gmail.com 2007-20-02 00:59 -------
Yes, the cursor is a tall white rectangle. I'll regression test it when I find
the time.
--
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=7498
Summary: Editor brakes HTML formating
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: critical
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
Editor disregards all the custom formatting done on the page! I spend countless
hours trying to make things works good to have it all erased by who knows who!
--
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=7497
Summary: Super maintaners are not notified of any messages and or
changes
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: major
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
I have not received a single e-mail message from appdb except those I posted myself!
--
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=7491
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-comctl32 |wine-user
--
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=7451
------- Additional Comments From renekok(a)gmail.com 2007-19-02 23:04 -------
Created an attachment (id=5031)
--> (http://bugs.winehq.org/attachment.cgi?id=5031&action=view)
+relay,+bitblt output
These are the last 1000 lines of the trace, please note the edits actually
shows an error dialog and cleanly quits. This is the point up to the dialog
being shown.
--
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=7448
------- Additional Comments From truiken(a)gmail.com 2007-19-02 22:00 -------
> LONG SHDOCVW_refCount = 0;
HRESULT WINAPI DllCanUnloadNow(void)
{
return SHDOCVW_refCount ? S_FALSE : S_OK;
}
--- snip ---
> One can say it's not implemented usefully at all (a reference count should be
used [sic!]).
> This leads to dangerous behaviour.
Your analysis is wrong:
wine/dlls/shdocvw ]$ grep SHDOCVW_refCount *
shdocvw.h:extern LONG SHDOCVW_refCount;
shdocvw.h:static inline void SHDOCVW_LockModule(void) { InterlockedIncrement(
&SHDOCVW_refCount ); }
shdocvw.h:static inline void SHDOCVW_UnlockModule(void) { InterlockedDecrement(
&SHDOCVW_refCount ); }
shdocvw_main.c:LONG SHDOCVW_refCount = 0;
shdocvw_main.c: return SHDOCVW_refCount ? S_FALSE : S_OK;
wine/dlls/shdocvw ]$ grep SHDOCVW_LockModule *
factory.c: SHDOCVW_LockModule();
factory.c: SHDOCVW_LockModule();
shdocvw.h:static inline void SHDOCVW_LockModule(void) { InterlockedIncrement(
&SHDOCVW_refCount ); }
shlinstobj.c: SHDOCVW_LockModule();
shlinstobj.c: SHDOCVW_LockModule();
webbrowser.c: SHDOCVW_LockModule();
--
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=7471
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From thestig(a)google.com 2007-19-02 21:43 -------
confirmed bug with wine 0.9.31
--
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=6413
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |minor
------- Additional Comments From vitaliy(a)kievinfo.com 2007-19-02 20:58 -------
Visual "glitch". And the workaround - use native msvcrt.dll
--
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.