Closed
Bug 310909
Opened 20 years ago
Closed 20 years ago
event list: double click on event occurrence --- recurrence info not editable (not available)
Categories
(Calendar :: Sunbird Only, defect)
Calendar
Sunbird Only
Tracking
(Not tracked)
RESOLVED
FIXED
Sunbird 0.3
People
(Reporter: gekacheka, Assigned: mostafah)
Details
(Keywords: regression)
Attachments
(1 file)
|
675 bytes,
patch
|
mvl
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20051001 Mozilla Sunbird/0.2+
If the event list shows a bounded date range (not "All Events" nor "Future
Events"), then there may be multiple occurrences of a repeating event shown in
the results. Double clicking on one of these occurences edits the event (at
with the original start date) but with no recurrence info. In contrast, double
clicking on the occurrence in month view edits the occurrence (at the occurrence
start date) with the recurrence info.
Reproducible: Always
Steps to Reproduce:
1. Create a repeating event, say "weekly test", with multiple occurences within
the next month
2. select event list filter: Events in the next 31 days
3. double click on an occurrence of "weekly test" in month view
(edit dialog appears, clicking recurrence tab shows recurrence info)
4. double click on an occurrence of "weekly test" in event list
(edit dialog appears, clicking recurrence tab shows NO recurrence info.
Actual Results:
No recurrence info in step 4.
Expected Results:
Recurrence info should appear as in step 3.
Q: should it be possible to edit invididual occurrences?
A: should behave consistently.
Editting individual occurrences is a bigger issue.
I think for 0.3a1, should behave like sunbird 0.2, cannot edit occurrences.
(patch -l -p 2 -i file.patch)
Problem was unifinder double click was editing the occurrence proxy, not the
parent event like the other edit commands.
function monthViewEventDoubleClick edits parent item
http://lxr.mozilla.org/mozilla/source/calendar/resources/content/calendar.js#454
function editEventCommand called by toolbar edit button and context menu edit
item, edits parent item
http://lxr.mozilla.org/mozilla/source/calendar/resources/content/calendar.js#867
Attachment #198299 -
Flags: first-review?(mvl)
Comment 2•20 years ago
|
||
Comment on attachment 198299 [details] [diff] [review]
patch: double click edits parent if it has one
No need for the check if .parentItem exists, it will point to the item itself
if there is no recurrence.
r=mvl without that
Attachment #198299 -
Flags: first-review?(mvl) → first-review+
Comment 3•20 years ago
|
||
checked in (without the check)
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•