--- a/eric7/WebBrowser/Bookmarks/BookmarksMenu.py Thu Jun 10 17:08:51 2021 +0200 +++ b/eric7/WebBrowser/Bookmarks/BookmarksMenu.py Thu Jun 10 17:10:57 2021 +0200 @@ -155,10 +155,9 @@ """ act = self.actionAt(pos) - # TODO: change this to not use act.menu() if ( act is not None and - act.menu() is None and + act not in self.menuActions and self.index(act).isValid() ): menu = QMenu()