Closed
Bug 278426
Opened 20 years ago
Closed 20 years ago
event at the same time overlap
Categories
(Calendar :: Sunbird Only, defect)
Calendar
Sunbird Only
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mvl, Assigned: mvl)
Details
(Keywords: regression)
Attachments
(2 files)
|
15.21 KB,
patch
|
pavlov
:
first-review+
|
Details | Diff | Splinter Review |
|
1.36 KB,
patch
|
pavlov
:
first-review+
|
Details | Diff | Splinter Review |
if two events happen at the same time, their display overlaps. They should show up in seperate columns. (dayview and weekview)
Comment 1•20 years ago
|
||
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?| Assignee | ||
Comment 3•20 years ago
|
||
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)
Updated•20 years ago
|
Attachment #178820 -
Flags: first-review?(pavlov) → first-review+
| Assignee | ||
Comment 4•20 years ago
|
||
patch checked in
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•20 years ago
|
||
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 → ---
| Assignee | ||
Comment 6•20 years ago
|
||
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)
Updated•20 years ago
|
Attachment #185777 -
Flags: first-review?(pavlov) → first-review+
| Assignee | ||
Comment 7•20 years ago
|
||
patch checked in
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
Comment 8•18 years ago
|
||
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.
Description
•