From d223df797d277acc61b47e9303a0c2537c72d9e7 Mon Sep 17 00:00:00 2001
From: wei <>
Date: Fri, 30 Mar 2007 11:15:23 +0000
Subject: Fixed #526
---
.../tickets/protected/pages/Ticket504.page | 4 ++++
.../tickets/protected/pages/Ticket526.page | 8 ++++++++
.../FunctionalTests/tickets/protected/pages/Ticket526.php | 15 +++++++++++++++
3 files changed, 27 insertions(+)
create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket526.page
create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket526.php
(limited to 'tests/FunctionalTests/tickets/protected/pages')
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket504.page b/tests/FunctionalTests/tickets/protected/pages/Ticket504.page
index 0242dd97..767a9c3a 100644
--- a/tests/FunctionalTests/tickets/protected/pages/Ticket504.page
+++ b/tests/FunctionalTests/tickets/protected/pages/Ticket504.page
@@ -25,24 +25,28 @@
+
+
+
+
+
+
+
\ No newline at end of file
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