Closed
Bug 282155
Opened 20 years ago
Closed 20 years ago
asp.net validationsummary control - showmessagebox parameter not working
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: richard.barth, Assigned: bugs)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 using ASP.NET, the validationsummary control has a parameter: ShowMessageBox. When ShowMessageBox="true", all errors are supposed to be displayed in a separate box. This works correnctly in IE but not in Firefox 1.0. Using Firefox, nothing is displayed when there are errors. Reproducible: Always Steps to Reproduce: The following text demostrates the problem: ============================================================================== <p>Problem Description:<br /> <asp:textbox id="txtdescription" cssclass="textbox" columns="40" rows="4" textmode="multiline" runat="server" /></p> <asp:requiredfieldvalidator id="rfvdescription" controltovalidate="txtdescription" display="dynamic" errormessage="You must enter a description of the problem!" runat="server" /></p> <p><asp:button id="btnsubmit" cssclass="button" text="Submit Request" runat="server" /></p> <asp:ValidationSummary id="vsSummary" ShowMessageBox="true" ShowSummary="false" runat="server" /> Actual Results: No messagebox is displayed if the textbox is empty Expected Results: A messagebox should be displayed with the error message.
Comment 1•20 years ago
|
||
Please attach an example HTML testcase using the "create new attachment" link in this bug. (that means the HTMl output that the browsers get because ASP and PHP are scripting languages for the server, not for the browser).
Comment 2•20 years ago
|
||
no response
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•