Project

General

Profile

Actions

Bug #1405

closed

WDatePicker bug

Added by Wim Dumon over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
08/20/2012
Due date:
% Done:

0%

Estimated time:

Description

Chirkin Aleksey wrote on the mailing list:

I have notice, that my WDatePicker "changed" handler have

WDatePicker::date() = Null. I saw that the signal is emitted before

the WDatePicker will handle the event of calendar selectioncChanged

signal.

WDatePicker "changed" signal must be guaranteed emitted after calling

setFromLineEdit().

Function:

Signal<>& WDatePicker::changed()
{
  return calendar_->selectionChanged();
}

Must return own signal, that should emitted after handle calendar

"selectionChanged" signal.

Good luck!

Actions #1

Updated by Koen Deforche over 11 years ago

  • Status changed from New to Resolved
  • Assignee set to Koen Deforche
  • Target version set to 3.2.3
Actions #2

Updated by Koen Deforche over 11 years ago

  • Status changed from Resolved to Closed

Fixed in Wt 3.2.3 RC1.

Actions

Also available in: Atom PDF