diff options
author | Christophe.Boulain <> | 2010-01-11 12:48:47 +0000 |
---|---|---|
committer | Christophe.Boulain <> | 2010-01-11 12:48:47 +0000 |
commit | d93af5633b1459cb670904b16c914e7313bbc576 (patch) | |
tree | 06d912ee6db123b968d3e2347886e2417e676326 /HISTORY | |
parent | 3b9672007e822483653deaf8f1c117d6ecc58309 (diff) |
Fixed Issue#216
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ BUG: Issue#188 - TDbCache doesn't check if db connection is active. (Yves) BUG: Issue#189 - Page State corrupted when EnableStateValidation=False (Christophe) BUG: Issue#191 - Bad parsing of MySQL ENUM type column (Yves) BUG: Issue#198 - "Undefined variable: tagName" after error in application configuration. (Christophe) +BUG: Issue#216 - TTabPanel doesn't preserve active tab on callback request (googlenew at pcforum.hu,Christophe) BUG: Typo in TBoundColumn (Robin) ENH: Add property ClientScriptManagerClass to TPageService and releated changes in TPage.getClientScript() (Yves) ENH: Always render clientside counterparts of validation control even if not enabled, but pass-through Enabled property, to allow Enabled/Disable of validator on callback. (Yves) |