Opened 10 years ago
Closed 10 years ago
#12159 closed enhancement (fixed)
dojox.mobile.app.TextBox is forcing the type attribute to text
Reported by: | Ed Chatelain | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Reported by Todd Kaplinger (IBM)
The TextBox? sets type to "text", so it only supports text input (not password or the new HTML5 types). If type were set to this.type it be able to work with the new types.
Patch from Todd (IBM, CCLA) and Ed (IBM, CCLA) to follow.
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | TextBox.js.patch added |
---|
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|---|
Owner: | changed from Shane O'Sullivan to Douglas Hays |
Presumably this is already fixed in (the upcoming) 1.7 where dojox.mobile.app.TextBox has been replaced by dojox.mobile.TextBox. Assigning to Doug to confirm
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I'll add that
dojox.mobile.app.TextBox
has "type" as a documented property, so I'd call this more of a bug than an enhancement request.