FWIW, I've been working around this for the last three releases by adding a single line to qx/ui/table/columnmenu/Button.js:
case "menu":
var menu = new qx.ui.menu.Menu();
this.setMenu(menu);
// DMB HACK TO MAKE COLUMN MENU APPEAR:
menu.addListener("appear",
function () {
options.table._initColumnMenu.call(options.table);
},
this);
return menu;
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/table-context-menu-does-not-work-on-Windows-Firefox-tp5081778p5082159.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
