Open Bug 1716759 Opened 3 years ago Updated 1 year ago

Drop the enigmailMsgBox dialog

Categories

(MailNews Core :: Security: OpenPGP, task, P3)

Tracking

(Not tracked)

People

(Reporter: henry-x, Unassigned)

Details

enigmailMsgBox.xhtml is used by EnigmailDialog in mail/extensions/openpgp/content/modules/dialog.jsm to show (native-looking) dialog prompts to the user.

We should switch it to use the same dialog prompts as elsewhere, like Services.prompt.

Blocks Bug 1683865 because of the <image id="infoImage" /> icon used in enigmailMsgBox.xhtml.

The CSS classes set on this icon are platform dependant because it is used to spoof the dialog as being native. The current CSS classes cannot be used for HTML <img/> because they use list-style-image. To translate we would have to set the source by checking AppConstants.platform. This isn't worth the translation if the dialog becomes unused anyway.

Blocks: 1683865
Assignee: nobody → elizabeth
Priority: -- → P3
No longer blocks: 1683865
Status: NEW → ASSIGNED
Assignee: elizabeth → nobody
Status: ASSIGNED → NEW
You need to log in before you can comment on or make changes to this bug.