summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorwei <>2007-05-08 03:02:03 +0000
committerwei <>2007-05-08 03:02:03 +0000
commit0ee23d595c73a94fd61e486cce2f6f42b4c19fdf (patch)
tree7479a355344263f3343fff6d0804eed6fbf8f5e6 /framework
parent33737a9270c27478da9f4d50d0fd2bb26ceb6991 (diff)
Fixed #587
Diffstat (limited to 'framework')
-rw-r--r--framework/Web/UI/ActiveControls/TAutoComplete.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/Web/UI/ActiveControls/TAutoComplete.php b/framework/Web/UI/ActiveControls/TAutoComplete.php
index aaa14920..3b457bbb 100644
--- a/framework/Web/UI/ActiveControls/TAutoComplete.php
+++ b/framework/Web/UI/ActiveControls/TAutoComplete.php
@@ -321,7 +321,8 @@ class TAutoComplete extends TActiveTextBox implements INamingContainer
*/
protected function getPostBackOptions()
{
- $this->getActiveControl()->getClientSide()->setEnablePageStateUpdate(false);
+ //disallow page state update ?
+ //$this->getActiveControl()->getClientSide()->setEnablePageStateUpdate(false);
$options = array();
if(strlen($string = $this->getSeparator()))
{