#1842 closed defect (fixed)
Add ability to disable background click in a dialog
Reported by: | Bryan Forbes | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
There is currently no way to have a dialog with no close button and remove the background click closing functionality without overriding onBackgroundClick. This doesn't work well for things like login dialogs where clicking on the login button shouldn't close the dialog unless the login attempt is successful. Could we add an option like disableBackgroundClick for this purpose?
Note: See
TracTickets for help on using
tickets.
(In [6454]) closeOnBackgroundClick parameter. Fixes #1842. closeNode parameter.