Ticket #5742 (closed defect: duplicate)

Opened 10 months ago

Last modified 10 months ago

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

Changed 10 months ago by peller

  • owner set to doughays

Changed 10 months ago by guest

Forgive me. This is fixed and will be released in 1.1, right? I downloaded a nightly build and confirmed that it works.

Sorry for wasting your time. I missed the "milestone = 1.1" information in ticket:5358

Changed 10 months ago by doughays

  • status changed from new to closed
  • resolution set to duplicate
  • milestone set to 1.1

Fixed in #5358 for 1.1.

Note: See TracTickets for help on using tickets.