Hi Derrell, the results are the same after I removed any other previous patch :(
---------+---------------+-------- FocusInd | DataCellsOnly | Result ---------+---------------+-------- true | true | OK true | false | OK false | true | NOK context menu is shown in gray area false | false | OK ---------+---------------+-------- So it looks like, when the FocusIndicator is off, the other switch has no effect. Together with the "row===null" check in the ContextMenuHandler callback this can be circumnavigated, but still it's not perfect ;) /Peter P.S.: Should we continue with PM, to keep this newsgroup-thread a bit cleaner? On 1/24/2011 10:15 PM Derrell Lipman wrote: > On Mon, Jan 24, 2011 at 12:01, Peter Schneider <[email protected]>wrote: > > >> This bug is independent of my last proposal (showMenuOnEmptyRows property). > > The work-around with the "row===null" check in the ContextMenuHandler >> callback >> is working good and should therefore be a valid "fix" for Bug 4568. >> >> Nevertheless, I think it would be nice to find out why >> ShowCellFocusIndicator >> has an impact on that... >> > > Please try my latest patch I applied to the bug report. I think it should > solve all of these problems. It incorporates a property similar to your > proposal, but also explicitly handles allowing the cellContextmenu event to > fire if the click is in the empty area instead of depending on having no > focus indicator to allow entry into that block of code. > > Derrell ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
