Bug #669
"Confirm with select" dialogs auto close when tables are autorefreshed
Status: | Closed | Start date: | 06/07/2011 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | Hector Sanjuan | % Done: | 100% | |
Category: | Sunstone | |||
Target version: | Release 3.0 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: |
Description
These type of dialogs in Sunstone close automaticly whenever an update is done to the DOM. Since table autorefresh is regularly triggered, it can be annoying. It doesn't happen with creation dialogs. Have to look further into it.
Associated revisions
Bug #669: Prevent confirm dialog autoclose.
The autorefresh runAction closed them just as any other action. Moved
the close dialog order to a better place so it is done only when strictly
necessary. Added basic error return code to runAction() as well.
History
#1 Updated by Hector Sanjuan about 10 years ago
- File 0001-Bug-669-Prevent-confirm-dialog-autoclose.patch added
- Target version set to Release 3.0
- Resolution set to fixed
#2 Updated by Hector Sanjuan about 10 years ago
- % Done changed from 0 to 100
#3 Updated by Ruben S. Montero about 10 years ago
- Status changed from New to Closed