Closed Bug 278426 Opened 20 years ago Closed 20 years ago

event at the same time overlap

Categories

(Calendar :: Sunbird Only, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mvl, Assigned: mvl)

Details

(Keywords: regression)

Attachments

(2 files)

if two events happen at the same time, their display overlaps. They should show
up in seperate columns. (dayview and weekview)
Reporter:
    This bug works for me in both Calendar 205011112 and Sunbird 0.2rc2.  Are
you still having this problem and on what build please?
This is about trunk. It doesn't work there.
Keywords: regression
Attached patch patch v1 — — Splinter Review
This patch makes dayView and weekView call the old code to make the boxes not
overlap. The problem with that code is that it needs a list of all events, so
the code sin't async anymore. It waits for the last event to arrive. That
should be improved one day, but for now it at least make views work again.

(the patch conflicts with the one in bug 280234, let's get that one in first)
Assignee: pavlov → mvl
Status: NEW → ASSIGNED
Attachment #178820 - Flags: first-review?(pavlov)
Attachment #178820 - Flags: first-review?(pavlov) → first-review+
patch checked in
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Seems there is a pretty big bug here: in the weekview events on different days
but the same time show up taking only half the space. The code thinks they
happen at the same time, while they are really on different days.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Attached patch additional patch v1 — — Splinter Review
This patch splits the eventlist into days before setting the draw properties.
I'm not too happy about it, but it works. And the plan is to move to the new
view one day, so this patch should be ok for now.
Attachment #185777 - Flags: first-review?(pavlov)
Attachment #185777 - Flags: first-review?(pavlov) → first-review+
patch checked in
Status: REOPENED → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → FIXED
The bugspam monkeys have been set free and are feeding on Calendar :: Sunbird Only. Be afraid for your sanity!
QA Contact: gurganbl → sunbird
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: