! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
No visual confirmation of setting
Status:
CLOSED: FIXED

Comments

Description John 2008-02-06 15:54:11 CET
User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.7) Gecko/20070924 BonEcho/2.0.0.7
Build Identifier: 

When defining a new event, and clicking on the 'disk' icon, the event
is not added to the event list (as it was before, I seem to recall).
This is somewhat disconcerting, as there is no visual confirmation
of the addition (except for the 'bold'ing of the date, but that
is only for the first addition

Reproducible: Always

Steps to Reproduce:
1.Add a new event
2.
3.

Actual Results:  
Event is not added to the event list

Expected Results:  
Appear on the event list

This is today's snapshot. (as was my previous bug, BTW)
Comment 1 juha editbugs 2008-02-06 18:15:56 CET
Indeed this was removed from 4.5 for two reasons:
1) we now have also teh day view, which should behave similarly
2) It caused core dump if the event list window was closed:
        
Appointment.c : save_xfical_from_appt_win : (line 2400)
/* FIXME: Removed since it fails if event_list window has been removed.
         * We should check that it really still exists, before calling this.
            if (apptw->el != NULL)
                refresh_el_win((el_win *)apptw->el);
        */

I was actually waiting if somebody notices it...so it seems I need to do this
properly after all. Agree it is ugyl now.
Comment 2 John 2008-02-07 13:27:17 CET
This is somewhat un-linux, but still better (IMHO) than it is now: 

You could simply make the event definition window Modal, so the Event list cannot be closed at all.
Comment 3 juha editbugs 2008-02-07 20:53:04 CET
Fixed in Orage 4.5.12.4-svn
(revision 26600).
Comment 4 juha editbugs 2008-02-07 21:50:54 CET
modified also day list to work similarly.
Comment 5 juha editbugs 2009-02-28 17:49:24 CET
window list and day wiew are refreshed if events started from those are modified.
(if event is started from other places, event list and day are not refreshed 
automatically)

Bug #3835

Reported by:
John
Reported on: 2008-02-06
Last modified on: 2009-02-28

People

CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information