Closed
Bug 305611
Opened 19 years ago
Closed 19 years ago
"Currently selected day" filter does nothing
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: marckost, Assigned: mostafah)
Details
Attachments
(1 file, 1 obsolete file)
|
789 bytes,
patch
|
jminta
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8b4) Gecko/20050818 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050822 Mozilla Sunbird/0.2+ Choosing the option "Currently selected day" from the Events preview listbox does nothing at the moment, the list of events remains the same. Reproducible: Always Steps to Reproduce: 1. Create several new events occuring on different days. 2. Select one day either by using the main view or the mini calendar. 3. Choose the "Currently selected day" option from the list Actual Results: Nothing changes, the list of events remains the same as with the previously used option. Expected Results: The preview should only show the events occuring on the day selected in the main view or in the mini calendar.
Comment 1•19 years ago
|
||
Confirming on Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050823 Mozilla Sunbird/0.2+ I get this error in the JS-console: Error: MidnightSelectedDate is not defined Source File: chrome://calendar/content/unifinder.js Line: 656
Version: unspecified → Trunk
Comment 2•19 years ago
|
||
StartDate is already set for midnight on the selected day, so this patch just uses it instead.
Attachment #193573 -
Flags: first-review?(mvl)
Comment 3•19 years ago
|
||
This fixes it for me, I'm not sure this is the way you wan't it fixed though.
Attachment #193575 -
Flags: first-review?(jminta)
Comment 4•19 years ago
|
||
(In reply to comment #2) > Created an attachment (id=193573) [edit] > use StartDate instead > > StartDate is already set for midnight on the selected day, so this patch just > uses it instead. Oh, sorry, was writing and didn't refresh just before posting.
Updated•19 years ago
|
Attachment #193573 -
Attachment is obsolete: true
Attachment #193573 -
Flags: first-review?(mvl)
Comment 5•19 years ago
|
||
Comment on attachment 193575 [details] [diff] [review] Fix 'Currently Selected day' We both did it the same way, so I hope it's right. r=jminta Also, you have canconfirm, so you should change status to 'New' when confirming.
Attachment #193575 -
Flags: first-review?(jminta) → first-review+
Comment 6•19 years ago
|
||
patch checked in.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•