Ticket #725 (closed defect: duplicate)
XHTML Validation and TActiveLinkButton Disabled Property
| Reported by: | zen | Owned by: | xue |
|---|---|---|---|
| Priority: | immediate | Milestone: | 3.1.3 |
| Component: | Prado Framework v3 | Version: | 3.1 |
| Severity: | major | Keywords: | |
| Cc: |
Description
Hi.
I have just been doing some work on a site and I have just validated the code using the W3 validator and I have some TLinkButton and TActiveLinkButton controls defaulted on a page to Disabled = true. This works fine when trying to use them, they are actually disabled but XHTML 1.0 Transitional does not have the attribute disabled on anchor tags.
The other thing is in my active callback I can enable these controls, but cannot re-disable them once they have become disabled and I really need to do that so is this a bug or something that has been missed out? I know other controls can be enabled fine during active callbacks but for some reason it does not work with TActiveLinkButtons or TLinkButtons.
