From 70744a98444df0583d76f19d4e399a5cc49349b7 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 30 Mar 2007 01:28:43 +0000 Subject: add test case for #578 --- .../FunctionalTests/tickets/protected/pages/Ticket578.page | 11 +++++++++++ tests/FunctionalTests/tickets/protected/pages/Ticket578.php | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket578.page create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket578.php (limited to 'tests/FunctionalTests/tickets/protected') diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket578.page b/tests/FunctionalTests/tickets/protected/pages/Ticket578.page new file mode 100644 index 00000000..e933fd33 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket578.page @@ -0,0 +1,11 @@ + +

ActiveControls broken by presence of THtmlArea in the .page

+ + + + + + + +
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket578.php b/tests/FunctionalTests/tickets/protected/pages/Ticket578.php new file mode 100644 index 00000000..7d7dbaac --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket578.php @@ -0,0 +1,13 @@ +label1->Text = "Button 1 was clicked : " . htmlspecialchars($this->text1->Text); + } + +} + +?> \ No newline at end of file -- cgit v1.2.3