[Mono-bugs] [Bug 609478] New: Validating control inside Repeater prevents ItemCommand to fire
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu May 27 10:58:00 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=609478
http://bugzilla.novell.com/show_bug.cgi?id=609478#c0
Summary: Validating control inside Repeater prevents
ItemCommand to fire
Classification: Mono
Product: Mono: Class Libraries
Version: 2.6.x
Platform: i586
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: afarnik at seznam.cz
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Created an attachment (id=365194)
--> (http://bugzilla.novell.com/attachment.cgi?id=365194)
ASPX page with the Repeater
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.9.2.3)
Gecko/20100401 Firefox/3.6.3
If control inside Repeater's ItemTemplate is validated by any validator (also
placed within ItemTemplate), it prevents the button (inside ItemTemplate) to
fire ItemCommand event, if the button has its CausesValidation property set to
True.
Reproducible: Always
Steps to Reproduce:
1. Browse attached page
2. Click Edit on any row
3. Change value in TextBox
4. Click Update
Actual Results:
Nothing happens.
Expected Results:
Value should be updated and controls displayed as after page load.
Uses database "employees" with table "departments". Table has two varchar
columns - "dept_no" and "dept_name". ConnectionString and ProviderName are
stored in Web.Config as "EmployeesConnectionString".
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list