Comment 1 for bug 1664527

Revision history for this message
Olivier Tilloy (osomon) wrote :

oxide::qt::WebView::CreateContextMenu(…) is being called with 3 menu items and oxide::qt::MenuItemBuilder::Build(items) returns a std::vector of size 3.

aux_ui_factory_->CreateWebContextMenu(…) is called with this vector, but the callee (oxide::uitk::AuxiliaryUIFactory::CreateWebContextMenu()) gets an empty vector.