From 840854be7886236d46d3408de5a084983373b4c7 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 10 Dec 2006 23:55:49 +0000 Subject: Fixed #470 --- .../tickets/protected/pages/Ticket470.page | 27 ++++++++++++++++++++++ .../tickets/protected/pages/Ticket470.php | 24 +++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket470.page create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket470.php (limited to 'tests/FunctionalTests/tickets/protected/pages') diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket470.page b/tests/FunctionalTests/tickets/protected/pages/Ticket470.page new file mode 100644 index 00000000..c0ad23e6 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket470.page @@ -0,0 +1,27 @@ + + + + nbReload : + + Reload +
+ + + + Valid + + +
+ +
+
+ + + BUG : + click on 'Reload' with no text in the TextBox at anytime, and then, clicking on 'Valid' won't work... + +
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket470.php b/tests/FunctionalTests/tickets/protected/pages/Ticket470.php new file mode 100644 index 00000000..45741176 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket470.php @@ -0,0 +1,24 @@ +Results->Text = ""; + $this->counter->Text = $this->counter->Text +1; + $this->activePanelTest->renderControl($param->getNewWriter()); + } + + /** + *function to call when the form is valid (and the linkbutton fired his callback event) + */ + public function Valid($sender, $param){ + $this->Results->Text = "OK!!!"; + } +} + +?> \ No newline at end of file -- cgit v1.2.3