From d93af5633b1459cb670904b16c914e7313bbc576 Mon Sep 17 00:00:00 2001 From: "Christophe.Boulain" <> Date: Mon, 11 Jan 2010 12:48:47 +0000 Subject: Fixed Issue#216 --- .../FunctionalTests/tickets/protected/pages/Issue216.page | 15 +++++++++++++++ .../FunctionalTests/tickets/protected/pages/Issue216.php | 14 ++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Issue216.page create mode 100644 tests/FunctionalTests/tickets/protected/pages/Issue216.php (limited to 'tests/FunctionalTests/tickets/protected/pages') diff --git a/tests/FunctionalTests/tickets/protected/pages/Issue216.page b/tests/FunctionalTests/tickets/protected/pages/Issue216.page new file mode 100644 index 00000000..2efff728 --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Issue216.page @@ -0,0 +1,15 @@ + +

TTabPanel doesn't preserve active tab on callback request

+ + + +

This is Tab 1

+
+ +

This is Tab 2

+
+
+ + + +
\ No newline at end of file diff --git a/tests/FunctionalTests/tickets/protected/pages/Issue216.php b/tests/FunctionalTests/tickets/protected/pages/Issue216.php new file mode 100644 index 00000000..15491e2e --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Issue216.php @@ -0,0 +1,14 @@ +result->setText('Tab ActiveIndex is : '.$this->tabpanel->ActiveViewIndex); + + } +} + +?> \ No newline at end of file -- cgit v1.2.3