Ticket #477 (closed defect: fixed)
Quickstart checkboxlist and radiobuttonlist FT fail
| Reported by: | xue | Owned by: | wei |
|---|---|---|---|
| Priority: | urgent | Milestone: | 3.1 Alpha |
| Component: | Prado Framework v3 | Version: | 3.1 |
| Severity: | major | Keywords: | |
| Cc: |
Description
The functional tests for Quickstart checkboxlist and radiobuttonlist in trunk fail on both IE and FF.
When you click on an autopostback checkbox list, it may trigger server side validators on all validation groups.
The reason for the above behavior is because PRADO_POSTBACK_TARGET is passed a wrong value when autoposback occurs:
[PRADO_POSTBACK_TARGET] => ctl0_body_ctl0$c0
It should be
[PRADO_POSTBACK_TARGET] => ctl0$body$ctl0$c0
Change History
Note: See
TracTickets for help on using
tickets.
