Ticket #477 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by wei

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