On Thu, May 20, 2010 at 20:33, Dave Baggett <[email protected]> wrote:
>
> 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;
>
>
Dave, that's a fabulous hint as to where I should look. On initial viewing,
I can't see any significant difference between that and what Table.js is
doing with the returned menu, but clearly there's something there if this
fixes the problem. I should be able to track that down pretty easily.
Thanks!
Derrell
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel