When a domain is assigned to a container, the next time a page from that domain is opened in a different container, the open in {container name} container button (see image below) is faulty.

The open in {container name} button requires multiple clicks to respond. This number of clicks required is inconsistent, but it will work _eventually_.
Pressing this button once should suffice.
MAC icon in the top barAlways open in {container name} from the add-on panelopen in {container name} containerI can reproduce this on 70.0b9 (64-bit) (Firefox dev edition, mostly default settings) on Win10. I thought it was my container naming at first (something like "one/two three")
I have played with this a bit more and have an update.
I had a look at the code and see the container name is wrapped in .
<dfn class="container-name">Reading</dfn>
I tried again and noticed the exact same issue with both the confirm and deny buttons: in both cases, the dfn tag that breaks the
@chk1 maybe you can confirm if you see the same?
I can reproduce this exactly like you describe, clicking on the container name on either button does not trigger any actions
The issue is in confirm-page.js and it is fixed in master in this commit: https://github.com/mozilla/multi-account-containers/commit/3ae1803420aeb3c0ea2ef8c642bad4172484c084
I assume that the next release will have this fixed.
Duplicate of #1447
This seems to be fixed now, it's working properly on my Firefox :)
The changelog for the most recent release (v 6.1.1) mentions
3ae1803 Bug 1539507 - Fix targeting of button click when button element isn't clicked.
@chk1 Thanks!
Most helpful comment
This seems to be fixed now, it's working properly on my Firefox :)
The changelog for the most recent release (v 6.1.1) mentions
Bug 1539507 on Mozilla's Bugzilla