diff options
author | wei <> | 2006-08-01 00:54:51 +0000 |
---|---|---|
committer | wei <> | 2006-08-01 00:54:51 +0000 |
commit | c1658a277ad56426e88b948eab064b0ce07ea528 (patch) | |
tree | 0536dc134ca3c5e094740cf8f56a040c9eca8e81 /HISTORY | |
parent | 62274f7a89ff033a32bcd436923d39d90831f4db (diff) |
Fixed #312
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ 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#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) ENH: Ticket#178 - Added TRadioButton.UniqueGroupName property (Qiang) ENH: Ticket#220 - TClientScripts method to import custom javascript files (Wei) |