! 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 !
End time is prior to start time not true
Status:
CLOSED: FIXED

Comments

Description Mike Massonnet editbugs 2007-01-24 10:59:27 CET
If you modify the end time manually by typing, and then click "Save" or "Save & Close", you get an error that says the end time is prior to the start time.

How to reproduce:
1- create a new appointment
2- modify the start time older then the default end time
3- modify, by typing, the hour after the start time
4- click on save
Comment 1 juha editbugs 2007-01-24 20:53:40 CET
yes, I can reproduce this and all similar cases.
Comment 2 juha editbugs 2007-01-24 21:10:17 CET
the problem is that as long as cursor is in the field, 
gtk_spin_button_get_value_as_int() returns the old value instead of the actual
new changed value.

Need to workaround that somehow. It has irritated me always, but now I have reason
to "fix" it.
Comment 3 juha editbugs 2007-01-25 22:33:00 CET
Fixed in svn revision 24760.

Note that this fix now moves your cursor to the title field.
I do not quite like that, but could not find better (easy) way
to fix it.
Comment 4 Mike Massonnet editbugs 2007-01-25 22:58:48 CET
At least it _works_ now, and it doesn't look that awkward :)

Thank you for the fix :)
Comment 5 Brian J. Tarricone (not reading bugmail) 2007-01-26 18:58:46 CET
Moving all bugs to new Orage product.

Bug #2811

Reported by:
Mike Massonnet
Reported on: 2007-01-24
Last modified on: 2007-04-12

People

CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information