On Thu, Feb 11, 2010 at 11:26, Dave Baggett <[email protected]> wrote:
> > I have found a couple problems with tables that I've worked around in my > app, > and which may be relevant. Dave, from this old email I'd saved until I had time to deal with it... Some of these have been fixed (recently); others need more info if you can provide it. > > - If you make the table widget draggable, you will get ghostbuster symbols > when you click on the headers to sort. The solution is to override the > tablePaneScroller and make it draggable, rather than making the table > widget > draggable. > Can you provide a playground sample that shows the problem, and also add an example of your solution? > > - The focus indicator eats events under IE, causing the context menu event > to never fire. I disable the focus indicator like so, and the events flow > fine: > > table.getPaneScroller(0).setShowCellFocusIndicator(false); > table.getDataRowRenderer().setHighlightFocusRow(false); > This was fixed this past week. > - I have had to patch table/columnmenu/Button.js to make the column menu > appear the first time the right mouse button is clicked. The patch is to > explicitly add the "appear" listener when the factory method creates the > menu. I don't remember exactly what was going on here, but it seemed like > it > was some issue of the listener not getting set up properly in some cases. > This is difficult to reproduce because it has something to do with the > specifics of my table. Without this patch, the context menu appears as a > tiny rectangle with no contents. This has been discussed in the forums > previously, BTW, without resolution. > This, too, needs a playground example demonstrating the problem, if you can figure out how to do so. The snippet you sent me to fix it appears to do what, in a slightly different place, what the code already does, so I need an example of the problem occurring to track down what's causing it. Cheers, Derrell
------------------------------------------------------------------------------
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
