Closed
Bug 304567
Opened 19 years ago
Closed 19 years ago
sort by calendar name fails
Categories
(Calendar :: Sunbird Only, defect)
Calendar
Sunbird Only
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gekacheka, Assigned: mostafah)
Details
(Keywords: regression)
Attachments
(1 file)
|
1.51 KB,
patch
|
mvl
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20050813 Mozilla Sunbird/0.2+ Sorting events or tasks by calendar name does not sort. Reproducible: Always Steps to Reproduce: 0. create calendars with different names if necessary, and add events or tasks to them. 1. enable calendar name column in event list and task list 2. click on column header Actual Results: Not sorted by calendar name column. Expected Results: Sorted by calendar name column. Restarting sunbird produces empty task or event list with errors Error: eventA.parent has no properties Source File: chrome://calendar/content/unifinder.js Line: 515 Error: taskA.parent has no properties Source File: chrome://calendar/content/unifinderToDo.js Line: 472
(patch -l -p 2 -i file.patch) fix references to item.parent to item.calendar
Attachment #192621 -
Flags: first-review?(mvl)
Comment 3•19 years ago
|
||
Comment on attachment 192621 [details] [diff] [review] unifinders: item.parent --> item.calendar r=mvl
Attachment #192621 -
Flags: first-review?(mvl) → first-review+
Comment 4•19 years ago
|
||
patch checked in
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•