From 7e002c23edc5fb5db70935591aa6adeda25fc7fb Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 2 Jul 2006 18:05:42 +0000 Subject: Merge from 3.0 branch till 1224. --- .../tickets/protected/pages/Ticket207.page | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tests/FunctionalTests/tickets/protected/pages/Ticket207.page (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket207.page') diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket207.page b/tests/FunctionalTests/tickets/protected/pages/Ticket207.page new file mode 100644 index 00000000..556c5aae --- /dev/null +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket207.page @@ -0,0 +1,24 @@ + +

Validators ClientSide.OnError triggered twice

+

Use ClientSide.ObseveChanges="false"

+
+ +
+
+ +
+ +

Conditions

+
+	(TextBox? B is just there to prevent server submission)
+	To verify try exactly this:
+
+	1. Enter nothing and click on submit : 1 error event will be triggered
+	2. Enter something into TextBox? T and click on submit : no error event (ok)
+	3. Delete your text from TextBox? T again and click on submit : error event will be triggered twice
+
+
\ No newline at end of file -- cgit v1.2.3