Ticket #7353 (closed defect: fixed)

Opened 2 years ago

Last modified 4 months ago

ValidationTextBox: problem with and ASP.NET AJAX

Reported by: detroitpro Owned by: doughays
Priority: normal Milestone: 1.4
Component: Dijit Version: 1.0
Severity: normal Keywords: ValidationTextBox , ASP.NET AJAX, ESRI
Cc:

Description

Error when using ValidationTextBox? and ASP.NET AJAX on same page.

It seems that both call create a function called Number.function and error out when used together.

Error:

[Exception... "'Sys.ParameterCountException?: Sys.ParameterCountException?: Parameter count mismatch.' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0×8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "<unknown>" data: no]

Note: The I am using the hosted version of the toolkit from ESRI, it makes up basis for their JavaScript? API.

www.esri.com

Change History

Changed 2 years ago by bill

  • owner changed from anonymous to doughays
  • component changed from General to Dijit
  • summary changed from dijit.form.ValidationTextBox and ASP.NET AJAX to ValidationTextBox: problem with and ASP.NET AJAX

Certainly we would need a test case to reproduce this and I doubt anyone will be willing to install ASP.NET to run a test, but given that dojo is client side only, you should be able to come up with a plain HTML file (based on whatever is generated from ASP.NET) the reproduces the problem.

Try to come up with as small a test case as possible.

Changed 2 years ago by doughays

  • milestone changed from tbd to future

Deferring until a testcase is provided.

Changed 11 months ago by doughays

  • status changed from new to closed
  • resolution set to wontfix

No testcase was ever provided.

Changed 4 months ago by dylan

Note for completeness that this was fixed in Dojo 1.4, but is an issue with 1.3. Here are a pair of testcases:

http://jsfiddle.net/RAUA7/1/ (1.4) http://jsfiddle.net/RAUA7/2/ (1.3)

Changed 4 months ago by bill

  • status changed from closed to reopened
  • resolution deleted
  • milestone changed from future to 1.4

Changed 4 months ago by bill

  • status changed from reopened to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.