Bug 1705120 Comment 0 Edit History

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

STR:
1. Open a folder in the bookmarks toolbar. Right click on one of the bookmarks.
2. Click Open in New Tab.

Expected: The native menu closes, the bookmarks toolbar folder menu closes, and the link opens in a new tab.

Actual: The native menu closes and the link opens in a new tab. The bookmarks toolbar folder menu remains open.

This is causing `browser/components/enterprisepolicies/tests/browser/managedbookmarks/browser_policy_managedbookmarks.js` to fail. Once the synthesized clicks on the context menu in that test are replaced with `activateItem`, the test still fails. The first part of the test selects Open in New Tab in the native context menu. The next part wants to test something else, so it reopens the bookmarks folder menu and waits for the folder menu's popupshowing event. Since the event never fires (since the folder menu is still open), the test hangs.
STR:
1. Set `widget.macos.native-context-menus` to true.
2. Open a folder in the bookmarks toolbar. Right click on one of the bookmarks.
3. Click Open in New Tab.

Expected: The native menu closes, the bookmarks toolbar folder menu closes, and the link opens in a new tab.

Actual: The native menu closes and the link opens in a new tab. The bookmarks toolbar folder menu remains open.

This is causing `browser/components/enterprisepolicies/tests/browser/managedbookmarks/browser_policy_managedbookmarks.js` to fail. Once the synthesized clicks on the context menu in that test are replaced with `activateItem`, the test still fails. The first part of the test selects Open in New Tab in the native context menu. The next part wants to test something else, so it reopens the bookmarks folder menu and waits for the folder menu's popupshowing event. Since the event never fires (since the folder menu is still open), the test hangs.

Back to Bug 1705120 Comment 0