Bug 1691202 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

It doesn't seem surprising that another modal acquiring focus would dismiss it, we probably don't want 2 overlapping modals anyway. Is this worth fixing beyond maybe incrementing lifetime by 1?
It doesn't seem surprising that another modal acquiring focus would dismiss it, we probably don't want 2 overlapping modals anyway. Is this worth fixing beyond maybe incrementing lifetime by 1?
My reasoning is that the DOH doorhanger doesn't request any action from the user it only presents information.
There's an additional parameter (visitsCount) that we could use to show the doorhanger on the "second, or higher, request to any domain" i.e. when they navigate to the 2nd+ page of the same domain during the same session. We assume they dismiss things on the 1st request and the second is then available for the DOH doorhanger (the 2 is configurable to any number).

Back to Bug 1691202 Comment 2