http://bugs.winehq.org/show_bug.cgi?id=15580
Summary: The Bat! v4.0.34.13 lose birthday in addressbook Product: Wine Version: 1.1.6 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: newsletter@Schiermeier-Software.de
Created an attachment (id=16581) --> (http://bugs.winehq.org/attachment.cgi?id=16581) The addressbook 'Edit address entry' dialog with the TDateTimePicker-control
Using the email program 'The Bat!' the addressbook of this application will set the birthday of an entry inside this addressbook back to the actual day after calling the new addressbook entry again in a new session.
The addressbooks birthday is a 'TDateTimePicker' control. This or related controls don't work properly.
http://bugs.winehq.org/show_bug.cgi?id=15580
--- Comment #1 from Joerg Schiermeier newsletter@Schiermeier-Software.de 2008-10-11 11:16:55 --- Created an attachment (id=16582) --> (http://bugs.winehq.org/attachment.cgi?id=16582) The addressbook 'Edit address entry' dialog with the TDateTimePicker-control: choose a birthday
http://bugs.winehq.org/show_bug.cgi?id=15580
Joerg Schiermeier newsletter@Schiermeier-Software.de changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.mail- | |archive.com/tbbeta@thebat.du | |taint.com/msg94261.html Priority|P2 |P4
http://bugs.winehq.org/show_bug.cgi?id=15580
Joerg Schiermeier newsletter@Schiermeier-Software.de changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.mail- | |archive.com/tbbeta@thebat.du| |taint.com/msg94261.html | Priority|P4 |P2 Summary|The Bat! v4.0.34.13 lose |The Bat! v4.0.34.13 - lose |birthday in addressbook |birthday in addressbook
http://bugs.winehq.org/show_bug.cgi?id=15580
Joerg Schiermeier newsletter@Schiermeier-Software.de changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.mail- | |archive.com/tbbeta@thebat.du | |taint.com/msg94261.html Priority|P2 |P4
http://bugs.winehq.org/show_bug.cgi?id=15580
Joerg Schiermeier newsletter@Schiermeier-Software.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=15580
--- Comment #2 from YuriiS yurii_ptz@bk.ru 2009-09-03 13:00:56 --- Created an attachment (id=23406) --> (http://bugs.winehq.org/attachment.cgi?id=23406) new test program
new test program
http://bugs.winehq.org/show_bug.cgi?id=15580
--- Comment #3 from Joerg Schiermeier newsletter@Schiermeier-Software.de 2009-09-05 21:16:08 --- Created an attachment (id=23463) --> (http://bugs.winehq.org/attachment.cgi?id=23463) Frame = TDateTimePicker-control
This is the control which doesn't work properly.
http://bugs.winehq.org/show_bug.cgi?id=15580
--- Comment #4 from Joerg Schiermeier newsletter@Schiermeier-Software.de 2009-09-05 21:17:46 --- Created an attachment (id=23464) --> (http://bugs.winehq.org/attachment.cgi?id=23464) Frame = Spinbutton
The Spinbutton doesn't work: if a user click on its arrows, the complete DatePicker control will close itself.
http://bugs.winehq.org/show_bug.cgi?id=15580
--- Comment #5 from Joerg Schiermeier newsletter@Schiermeier-Software.de 2009-09-05 21:21:46 --- I tried with the actual version v1.1.29 of wine, the problem is reduced but not complete solved:
now it is possible to choose the date and the month, and 'The Bat!' will hold it.
But one part of the control - the spinbutton - which show one arrow up and one arrow down to choose the year, immediatly close this control if a user click one of this arrows to increase or decrease the number of the year.
But now is working better than before!
http://bugs.winehq.org/show_bug.cgi?id=15580
--- Comment #6 from Nikolay Sivov bunglehead@gmail.com 2009-09-06 01:27:47 --- (In reply to comment #5)
I tried with the actual version v1.1.29 of wine, the problem is reduced but not complete solved
Hi, Joerg.
Does 'winetricks cc580' fix this particular issue with updown?
http://bugs.winehq.org/show_bug.cgi?id=15580
--- Comment #7 from Joerg Schiermeier newsletter@Schiermeier-Software.de 2009-10-10 21:01:04 --- (In reply to comment #6)
Does 'winetricks cc580' fix this particular issue with updown?
No, sorry.
Also in wine v1.1.30 the complete control again didn't work properly - it always forgot the choosen date and set it to the actual date.
Possible regression - brcause v1.1.29 was working not perfect but better.
http://bugs.winehq.org/show_bug.cgi?id=15580
--- Comment #8 from Joerg Schiermeier newsletter@Schiermeier-Software.de 2009-10-10 21:07:34 --- btw: bug no #18673 is a duplicate of thisone.
http://bugs.winehq.org/show_bug.cgi?id=15580
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |comctl32
http://bugs.winehq.org/show_bug.cgi?id=15580
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #9 from Nikolay Sivov bunglehead@gmail.com 2009-10-11 07:53:46 --- Confirming on 1.1.31 with a test program.
Looks like TCommonCalendar wrapper doesn't update its FDateTime property after closing popup monthcal. Will try to figure out a reason (most probably a wrong notification sequence/missed notification).
http://bugs.winehq.org/show_bug.cgi?id=15580
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |yurii_ptz@bk.ru
--- Comment #10 from Nikolay Sivov bunglehead@gmail.com 2009-10-11 07:55:03 --- *** Bug 18673 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=15580
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com 2009-10-11 09:30:49 --- Created an attachment (id=24031) --> (http://bugs.winehq.org/attachment.cgi?id=24031) Datetime notifications fix
This patch fixes a problem for me, will send it to list on Monday for inclusion. Not sure if it applies cleanly on 1.1.31 but part about this bug is: --- - dtdtc.dwFlags = (infoPtr->dwStyle & DTS_SHOWNONE) ? GDT_NONE : GDT_VALID; + dtdtc.dwFlags = infoPtr->dateValid ? GDT_VALID : GDT_NONE; ---
http://bugs.winehq.org/show_bug.cgi?id=15580
--- Comment #12 from Nikolay Sivov bunglehead@gmail.com 2009-10-12 11:38:33 --- Should be fixed with:
http://source.winehq.org/git/wine.git/?a=commit;h=a096ba4c5b444110e734612dfa...
I don't have The Bat client so test with current please.
http://bugs.winehq.org/show_bug.cgi?id=15580
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com 2009-12-04 13:26:26 --- Test with 1.1.34 please.
http://bugs.winehq.org/show_bug.cgi?id=15580
--- Comment #14 from Nikolay Sivov bunglehead@gmail.com 2009-12-30 09:54:32 --- Another reminder - test with 1.1.35 please. This should be fixed already, notification sequence should be fine now.
http://bugs.winehq.org/show_bug.cgi?id=15580
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #24031|0 |1 is obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=15580
Joerg Schiermeier newsletter@Schiermeier-Software.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #15 from Joerg Schiermeier newsletter@Schiermeier-Software.de 2010-01-17 18:35:56 --- Wonderfull!
This bug is gone in wine 1.1.36 / 1.1.35.
Now is working really fine. Thanks a lot!
http://bugs.winehq.org/show_bug.cgi?id=15580
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Alexandre Julliard julliard@winehq.org 2010-01-22 11:01:54 --- Closing bugs fixed in 1.1.37.
http://bugs.winehq.org/show_bug.cgi?id=15580
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |a096ba4c5b444110e734612dfa6 | |1af27373cd88f CC| |focht@gmx.net