From d223df797d277acc61b47e9303a0c2537c72d9e7 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 30 Mar 2007 11:15:23 +0000 Subject: Fixed #526 --- .../FunctionalTests/tickets/protected/pages/Ticket526.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket526.php (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket526.php') diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket526.php b/tests/FunctionalTests/tickets/protected/pages/Ticket526.php new file mode 100644 index 00000000..9afaf28f --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket526.php @@ -0,0 +1,15 @@ +dp->Mode="Button"; + $this->textbox->Text = 'callback'; + $this->activePanel->Enabled="false"; + $this->activePanel->render($p->NewWriter); + } +} + +?> \ No newline at end of file -- cgit v1.2.3