Ticket #810 (new defect)

Opened 7 months ago

Last modified 2 months ago

Not all controls support ReadOnly property.

Reported by: sergeymorkovkin Owned by: xue
Priority: low Milestone: 3.1.3
Component: Prado Framework v3 Version: 3.1
Severity: minor Keywords:
Cc:

Description

Let say that disabling control and preventing it accept post data are different tasks.

ReadOnly? property is only implemented in TTextBox. In TDropDownList Enabled property serves this purpose and TCheckBox will not let you to ignore client changes.

My offer is to make Enabled property only affect grayed state in a browser (client JS can still change the value) and implement ReadOnly? property for the rest input controls to prevent reading post data.

Change History

Changed 2 months ago by knut

  • milestone set to 3.1.3
Note: See TracTickets for help on using tickets.