Closed
Bug 475107
Opened 17 years ago
Closed 17 years ago
Cut and paste two events from an agenda to another - Events dates are forwarded
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: alain, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
Build Identifier: Lightning 0.9 build 2008091719
If you copy or cut several events at the same time (multiple selection) from one calendar to another one, the date of the first event will be set to the date of the second event, the date of the second event will be set to its date plus the difference of days between the first and second date and so go on.
It happens also if you copy and paste several events at one time in the same calendar but for the user usually do this operation from one calendar to another.
Reproducible: Always
Steps to Reproduce:
1 In calendar A, create 2 events, e.g. event 1 on 2009-01-20 and 2 on 2009-01-23
2 Copy or cut both events at same time (in the events list window, select both events and copy)
3 In calendar B, paste.
Actual Results:
Event 1 is now on 2009-01-23 instead of 2009-01-20
and event 2 is on 2009-01-26 instead of 2009-01-23
Expected Results:
Events should stay at the same date when cut paste from a calendar to another one.
Build platform
target
i686-pc-mingw32
Build tools
Compiler Version Compiler flags
cl 14.00.50727.762 -GL -wd4624 -wd4952 -TC -nologo -W3 -Gy -Fd$(PDBFILE)
cl 14.00.50727.762 -GR- -GL -wd4624 -wd4952 -TP -nologo -Zc:wchar_t- -W3 -Gy -Fd$(PDBFILE)
Configure arguments
--enable-application=browser --enable-update-channel=release --enable-optimize --disable-debug --disable-tests --enable-update-packaging --enable-official-branding --enable-jemalloc --with-crashreporter-enable-percent=10
Flags: blocking-calendar1.0?
Version: unspecified → Lightning 0.9
Comment 1•17 years ago
|
||
This is the intended behavior since copy+paste was added. If you paste an event it will be pasted to the date that is selected during the paste operation. Therefore the event moves if the original date and the target date differ. If multiple events are pasted they all are moved by the same amount.
Thanks for your comment Stefan. You are right.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Flags: blocking-calendar1.0?
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•