Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-12986

'Date/Time properties' dialog does not respond to 'date' changes

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Minor
    • None
    • None
    • None
    • Virtual PC 2004 SP1 (5.3.582.27)
      or
      QEmu 0.9.1

    Description

      livecd-74112-dbg
      bootcd-74232-dbg

      1. Open 'Date/Time properties' dialog.
      2. Open a 'Command Prompt'.
      (3. Execute time 01:02:04.
      3r. Dialog (right) time part updates.)
      4. Execute date 11-12-14.
      4r. Dialog (left) calendar part does not update.

      Workaround:
      Close and re-open 'Date/Time properties' dialog.

      I guess this could be related to
      https://git.reactos.org/?p=reactos.git;a=blob;f=dll/cpl/timedate/dateandtime.c;hb=HEAD#l391

       265 DateTimePageProc(HWND hwndDlg,
      ...
       392         case WM_TIMECHANGE:
       393             /* FIXME: We don't get this message as we're not a top-level window... */
       394             SendMessageW(GetDlgItem(hwndDlg,
       395                                     IDC_MONTHCALENDAR),
       396                          MCCM_RESET,
       397                          0,
       398                          0);
       399             break;
      

      Attachments

        Issue Links

          Activity

            People

              bug zilla Bug Zilla
              Serge Gautherie Serge Gautherie
              Votes:
              2 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: