Ticket #359 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
