Opened 13 years ago
Closed 13 years ago
#4264 closed defect (fixed)
InlineEditBox password wrapper
Reported by: | guest | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit | Version: | 0.9 |
Keywords: | password, inline edit, inlineeditbox | Cc: | |
Blocked By: | Blocking: |
Description
When InlineEditBox? is used to wrap a password input box, it should not display the actual text, and instead display what the input box displays ().
Change History (2)
comment:1 Changed 13 years ago by
Milestone: | 1.0 → 2.0 |
---|---|
Owner: | set to Douglas Hays |
comment:2 Changed 13 years ago by
Milestone: | 2.0 → 1.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This seems to be working in 1.0. I added editorParams="{type:'password'}" to a normal textbox edit to verify.