Ticket #5742 (closed defect: duplicate)
Readonly attribute not working for DateTextBox
| Reported by: | guest | Owned by: | doughays |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Dijit | Version: | 1.0 |
| Severity: | normal | Keywords: | DateTextBox readonly |
| Cc: |
Description
The readonly attribute for a DateTextBox? does not appear to work. This may be related to ticket:5358, which is marked as closed. I am still seeing the issue.
<input type="text" id="whatever" name="whatever" dojoType="dijit.form.DateTextBox" value="1999-31-12" readonly="true" />
The date value renders as normal and the DateTextBox? is not read-only.
dojo 1.0.2, Firefox 2.0.0.11 or IE 7.0.5730.11, Windows XP Pro Edn.
Change History
Note: See
TracTickets for help on using
tickets.