Ticket #5346 (closed defect: wontfix)
Unable to modify TextBox content in Dialog when >1 Dialog is open...
| Reported by: | joe.travaglini@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Dijit | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Sorry if this is duplicate. The behavior is as follows:
Requisite conditions:
* Having a Text Box (either a dijit.form.TextBox? or a plain old <input type='text'> non-Dijit...) that is nested within a Dijit.Dialog
* Having more than 1 Dijit.Dialog "open" (in 'show' state)
When the above conditions are satisfied, if one tries to manipulate the text box, it will behave oddly in almost every case. One is able to enter text into the text box, but cannot delete text, use the keyboard arrow keys, or the tab key.
The workaround is to hide all other "open" dialogs when wanting to prompt for text input in the dialog in question, but of course this is a nuisance and less than ideal.
My understanding from those in the #dojo freenode channel is that this has been an issue since at least .4.