Re: [evolution-patches] Calendar patch for e-text context menus



On Wed, 2003-04-23 at 05:50, Rodrigo Moya wrote:
> > It also makes the calendar not crash on startup (fixes #41641).
> what's the fix for that? the removal of the g_assert's?

Yeah. They are no longer needed, and are causing the calendar to bail
out if it's not realized. At least that was the consensus when I spoke
to JP (I haven't been able to replicate the problem myself).


> > Note that text cut/paste does not work in the day/work week views yet -
> > there's some weirdness going on with the signals there. I'll work out a
> > separate patch for that.

> do you mean via the keyboard shortcuts (CTRL-C/V/X) for the view or just
> for the EText? If so, the problem is that when you select an event, the
> EText captures all keyboard events, so CTRL-C/X/V never get to the day
> view itself.

In the day view, the exact opposite happens - those keyboard shortcuts
get handled by the view instead of the EText item, so if you mark some
text and try to cut it, the whole item is cut. Also, the EText's
cut/paste menu items don't work as expected. I think this is due to the
item losing focus when the menu pops up, and the day view exits editing
mode.

The week view works fine in both respects, so it's particular to the day
view.

-- 
Hans Petter



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]