When I have events on the month tab in the calendar, clicking on them
always sends an ADD event not an EDIT event. As far as I can trace
it, this is due to the MonthPanelDayPanel.onMouseUp() method firing
before the AbstractMonthField.onClick() method. I see on the
ftr-gwt-library page that you're working on 1.6 compatibility and the
new events model, so there's probably not a lot of incentive to
support 0.9.9 anymore, but I'd be grateful for any advice on how to
get this working. I thought it was working under a previous library
version, but I've different the code and can't see how it would have.
:(
Help! Thanks!