diff options
author | wei <> | 2006-08-01 01:01:06 +0000 |
---|---|---|
committer | wei <> | 2006-08-01 01:01:06 +0000 |
commit | e90a074753e4e5b9c65fc80eaf48526eb3824f15 (patch) | |
tree | c69b58448634a2b89b1c41a5931af29984736995 /HISTORY | |
parent | c1658a277ad56426e88b948eab064b0ce07ea528 (diff) |
Fixed #302
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ BUG: Ticket#268 - THttpResponse.redirect() may fail for some browsers (Qiang) BUG: Ticket#297 - THttpRequest::constructUrl() encoding bug about array GET parameters (Qiang) BUG: TDataGrid may complain getting ItemType on a non-object if the grid is not data-bound (Qiang) BUG: TCheckBox.Value should be converted to string (Qiang) +BUG: Ticket#302 - TDatePicker's bug with AutoPostBack set to "true" (Wei) BUG: Ticket#311 - Several bugs in TDatePicker (Wei) BUG: Ticket#312 - TDatePicker's ReadOnly property bug (Wei) CHG: Ticket#206 - TBaseValidator.OnValidate is raised only when the validator is visible (Qiang) |