#4577 closed bug (fixed)
Problem opening a dialog from another
Reported by: | spiralni | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8 |
Component: | ui.dialog | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a page with 2 dialogs, lets call'em dlg1 and dlg2. I open the second dialog(dlg2) from my first dialog (dlg1) but when I close the second dialog (dlg2) the textbox controls inside my dlg1 are blocked (readonly) and I am no able to make any change anymore.
The dialogs are opened with modal:true option set.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | dialogProblem.htm added |
---|
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.8 |
---|
comment:2 Changed 14 years ago by
Component: | ui.core → ui.dialog |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was fixed a while ago. The problem should go away if you upgrade to the latest version.
comment:4 Changed 6 years ago by
The dialogs should be opened with modal:true option set. However, the newest version of it is more relevant, I think. You can save the second dialog and the first one in the same row. I actually made the changes when I had to do my math homework on programming. If any issues, update the version.
This is the code that reproduces the error