Actions
Feature proposal #5757
closedImprove dialog/confirm usage
Description
The current dialog usage doesn't block click through. Improve it with an overlay that's mostly transparent, but helps block click through. Clicking the overlay should maybe "ping" the dialog too similar to browser alert behavior (no sound obviously).
Updated by beat almost 9 years ago
- Target version changed from CB 2.0.13 to CB 2.0.14
Updated by krileon over 8 years ago
Dialog also needs to close other dialogs specifically (different from qtips usage as that's unreliable as it closes modals).
Updated by beat over 8 years ago
- Target version changed from CB 2.0.14 to CB 2.0.15
Updated by beat about 8 years ago
- Target version changed from CB 2.0.15 to CB 2.1
Updated by krileon about 8 years ago
- Subject changed from Improve dialog usage with overlay to Improve dialog/confirm usage
Implement a data attribute for specifying a callback so you don't have to use this inside of an onclick, but can specify your .done behavior as a data attribute.
Updated by krileon about 8 years ago
- Related to Feature proposal #6102: Improve modal overflow added
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1139
A tooltip can now specify the setting data-cbtooltip-overlay="true" and it'll add a non-click through overlay to the tooltip. This is enabled by default for confirm dialogs.
Actions