diff options
author | xue <> | 2007-09-29 01:40:54 +0000 |
---|---|---|
committer | xue <> | 2007-09-29 01:40:54 +0000 |
commit | 7b080fd0ead5e889fc9beaa7b247001155aa164c (patch) | |
tree | ad946ee6e53558d02252ada89361f424fca52842 /UPGRADE | |
parent | dd3674b7626d16bbc7669aacad28d0463990adc1 (diff) |
Fixed test cases.
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ Upgrading from v3.1.0 TUserManager.
- The order of application lifecycles is changed. The loadState and loadStateComplete
are moved to right after onBeginRequest.
+- TDropDownList will be in an unselected state if no initial selection is specified.
+ That is, its SelectedIndex will be -1. Previously, the first item will be considered as selected.
Upgrading from v3.1b
--------------------
|