Ticket #359 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

TActiveButton not using OnLoading/OnComplete

Reported by: stever Owned by: wei
Priority: urgent Milestone: 3.1 Alpha
Component: Prado Framework v3 Version: 3.1
Severity: major Keywords:
Cc:

Description

TActiveButton is not using OnLoading/OnComplete? sometimes.

Also, in IE, typing in the field and hitting return causes a postback, not a callback!?!

As a test, change the TButton in CallbackCustomValidatorTest? to an Active Button like this:

	<com:TActiveButton Text="Submit" 
	ActiveControl.ClientSide.OnLoading="alert('load')"
	ActiveControl.ClientSide.OnComplete="alert('done')"
			/>

Change History

Changed 2 years ago by stever

I should mention that this occurs only where there is a TCustomValidator involved.

Changed 2 years ago by wei

TCustomValidator or TActiveCustomValidator?

Changed 2 years ago by stever

TCustomValidator

You can use the CallbackCustomValidatorTest? as stated above to see how it behaves.

Changed 2 years ago by xue

  • owner changed from xue to wei

Changed 2 years ago by wei

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