Opened 10 years ago
Closed 10 years ago
#12772 closed defect (duplicate)
Dialog deletes Form Elements
Reported by: | bht | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Please refer to the attached testcase.
A script cannot access a form element if the dialog is contained in the form that contains the form element.
The script can access the form element if the form is entirely contained in the dialog.
This is relevant in cases where the form contains multiple dialogs, each of which has to deal with separate form elements, but the form has to be submitted as a whole.
Obviously there is a workaround, using multiple forms, but this doesn't seem right to me.
Attachments (1)
Change History (2)
Changed 10 years ago by
comment:1 Changed 10 years ago by
Component: | General → Dijit |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Yes, this is a limitation of how Dialogs work. Dup of #3300.