Closed
Bug 877255
Opened 12 years ago
Closed 11 years ago
[calendar] Day view: 'All day' label not shown if there is an all day event in a disabled calendar
Categories
(Firefox OS Graveyard :: Gaia::Calendar, defect)
Tracking
(tracking-b2g:backlog)
People
(Reporter: aryx, Assigned: mmedeiros)
References
Details
(Whiteboard: burirun3[p=3])
Attachments
(1 file)
Boot2Gecko 1.1.0.0-prerelease 20130528230207 on Unagi
Day view: 'All day' label not shown if there is an all day event in a disabled calendar
Steps to reproduce:
1. Open calendar. You should just have the Offline calendar.
2. Create a new all day event.
3. Open the Offline calendar
4. Go to Day view.
5. Go to the day of the all day event.
Actual result:
'All day' label on top is missing, but you can find it on the other days.
Comment 1•12 years ago
|
||
Confirmed, although I've only seen this when all calendars are disabled. Minor bug overall.
Updated•12 years ago
|
Whiteboard: burirun3
I found this problem due to the follow code in calender_color.js ln159 ~ ln163.
if (!calendar.localDisplayed) {
displayBlock += '{ display: none; }';
} else {
displayBlock += '{ display: inherit; }';
}
| Assignee | ||
Comment 5•11 years ago
|
||
"All Day" is also considered an "hour" by the calendar view code, so fixing Bug 982240 will also fix this. I'm assigning this bug to myself since I need to add a test to confirm this behavior and avoid regressions. (I did not write tests for "all day" so far").
Assignee: nobody → mmedeiros
Status: NEW → RESOLVED
Closed: 11 years ago
Depends on: 982240
Resolution: --- → DUPLICATE
Whiteboard: burirun3 → burirun3[p=3]
Target Milestone: --- → 1.4 S6 (25apr)
| Assignee | ||
Comment 6•11 years ago
|
||
sorry, marked as a duplicate by mistake.. reopening it.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
| Assignee | ||
Comment 7•11 years ago
|
||
added integration test to confirm that patch for Bug 982240 really fixed this problem and also to avoid regressions.
Attachment #8407739 -
Flags: review?(gaye)
| Assignee | ||
Comment 8•11 years ago
|
||
marking it as a duplicate of Bug 982240 since :gaye decided that it would be better if it was done as a single patch (easier to review/revert and they are tightly coupled anyway)
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•11 years ago
|
Attachment #8407739 -
Flags: review?(gaye)
Updated•10 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
You need to log in
before you can comment on or make changes to this bug.
Description
•