Open
Bug 1353154
Opened 6 years ago
Updated 8 months ago
Support renaming the buttons for nsIPromptService.select
Categories
(Toolkit :: Notifications and Alerts, enhancement)
Toolkit
Notifications and Alerts
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox55 | --- | affected |
People
(Reporter: squib, Unassigned)
Details
It's currently not possible to set the button labels for the dialog created by nsIPromptService.select. This makes it harder to create friendly UIs, since the buttons are always OK/Cancel. For example, bug 1222032 would like to change the OK button to "Update". We could do something like .selectEx here (similar to .confirmEx) or perhaps come up with a totally new way of handling this case.
Updated•6 years ago
|
Component: XUL → Notifications and Alerts
Product: Core → Toolkit
Updated•8 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•