--- a/eric7/WebBrowser/WebBrowserView.py Sat Oct 16 20:41:44 2021 +0200 +++ b/eric7/WebBrowser/WebBrowserView.py Sun Oct 17 15:26:01 2021 +0200 @@ -561,6 +561,7 @@ pos = evt.globalPos() self.__menu.popup(QPoint(pos.x(), pos.y() + 1)) + # TODO: change all lambda functions to partials to fix an issue def __createContextMenu(self, menu, hitTest): """ Private method to populate the context menu.