Feature proposal #5757
closed
Improve dialog/confirm usage
Added by krileon almost 9 years ago.
Updated almost 8 years ago.
Start date:
29 January 2016
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).
- Target version changed from CB 2.0.13 to CB 2.0.14
Dialog also needs to close other dialogs specifically (different from qtips usage as that's unreliable as it closes modals).
- Target version changed from CB 2.0.14 to CB 2.0.15
- Target version changed from CB 2.0.15 to CB 2.1
- 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.
Forget the pinging. The overlay is enough.
- 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.
- Status changed from Resolved to Closed
Also available in: Atom
PDF