-
Client request after an important role was inadvertently deleted in production.
We currently show a confirm with the role name included, but request is to have admin also type out the role name to …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
### Problem description
1. Uncompress the [test file](https://github.com/user-attachmen…
-
### Description
Noticed while working on https://github.com/WordPress/gutenberg/pull/55010
When an image has an empty alt attribute and the wrapping figure element does have a figcaption element, …
-
Hello,
most but seems not all spacefm windows (dialogs) set specific 'role' XPROPERTY. One dialog that doesn't have the 'role' is `confirm_dialog`. The patch below sets the 'role' for it.
```
dif…
-
Hi, Everyone. First time and I thought I'd try this for a Topic: When Closing Pronterface, is it Possible to add code for a "ARE YOU SURE"??? button. You know ;) so Someone Doesn't close down the prog…
-
### EPAM AI DIAL chat version
0.18
### What happened?
Add an indication if some entities are loaded in the background for:
1. system prompt selection;
2. chat input prompt selection;
3. co…
-
Should we perhaps merge the "confirm close" and "save file" dialogs into one if possible? If not, should we have "confirm close" show up before "save file"? Much like alerts, modal dialogs might be a …
-
The [documentation](http://docs.activestate.com/komodo/11/sdk/api/module-ko_dialogs.html) for the require("ko/dialogs").confirm() property `response` is misleading:
> The default response. This butto…
-
### Is your feature request related to a problem? Please describe:
Let's consider a simple dialog like this:
```golang
func exampleDialog(w fyne.Window) {
name := widget.NewEntry()
eName …
-
### Describe the bug
Calling confirmationService.confirm(...) twice in quick succession will cause the second dialog to not be opened at all or immediately close itself. Only a generous setTimeout of…