Closed
Bug 239746
Opened 21 years ago
Closed 19 years ago
All-day events should occupy multiple lines in a Week View.
Categories
(Calendar :: Sunbird Only, enhancement)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mozilla-bugs, Assigned: mostafah)
References
Details
Attachments
(3 files)
|
35.91 KB,
image/png
|
Details | |
|
7.00 KB,
patch
|
mostafah
:
first-review+
|
Details | Diff | Splinter Review |
|
15.12 KB,
patch
|
mostafah
:
first-review+
|
Details | Diff | Splinter Review |
Currently, in the Week View, all the all-day events are pushed into a single
line, where there are no space for them. If you have a few of those every day,
then at most you will just see a bunch of stars...
I would proposed changing this to giving each all-day event a separate line.
Additionally, this line could _span_ several days in a multi-day all-day event,
which would make it even more readable.
| Assignee | ||
Comment 1•21 years ago
|
||
I think this issue is fixed in the to-be-checked-in patch for bug 236551
Comment 2•21 years ago
|
||
(In reply to comment #1)
> I think this issue is fixed in the to-be-checked-in patch for bug 236551
Not really ( I didn't really change week view in that patch ), but it shouldn't
be a big change to make week view use the same event-arrangement functions - I
tried to keep week view in mind when creating them.
I'll look into it, but possibly after said checkin (to get some feedback first).
| Reporter | ||
Comment 3•21 years ago
|
||
The new day view style for all-day events looks exactly right (IMHO), and if the
week view is updated in the same way (with multi-day events represented by a bar
spanning several days, as opposed to being repeated for each day, if possible),
I would be perfectly happy with it.
Comment 4•21 years ago
|
||
Here is something I'm working on (partly image manipulation at the moment).
| Reporter | ||
Comment 5•21 years ago
|
||
Comment on attachment 146770 [details]
image of possible implementation
Very nice, this is exactly what I hoped for!
Comment 6•21 years ago
|
||
I moved the helper function 'setAllDayDrawProperties' from dayview.js to
calendarWindow.js, and modified it a little. It's now usable both in dayview
and weekview.
| Assignee | ||
Updated•21 years ago
|
Attachment #147717 -
Attachment description: in preparation of the real patch... → in preparation of the real patch...(checked in)
Attachment #147717 -
Flags: first-review+
Comment 7•21 years ago
|
||
attachment 127717 [details] introduced a number of javascript strict warnings. This patch
fixes those. It is advisable to turn on strict warnings when hacking lots of
javascript, like calendar.
Updated•21 years ago
|
Attachment #148211 -
Flags: first-review?(mostafah)
| Assignee | ||
Comment 8•21 years ago
|
||
Comment on attachment 148211 [details] [diff] [review]
fix strict warnings (checked in)
r=mostafah
Attachment #148211 -
Flags: first-review?(mostafah) → first-review+
Updated•21 years ago
|
Attachment #148211 -
Attachment description: fix strict warnings → fix strict warnings (checked in)
| Reporter | ||
Comment 9•21 years ago
|
||
BTW, a different RFE for the weekly view - bug 243494.
Updated•20 years ago
|
QA Contact: gurganbl → sunbird
Comment 10•20 years ago
|
||
*** Bug 309997 has been marked as a duplicate of this bug. ***
Comment 11•19 years ago
|
||
This was fixed awhile ago in the new views.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•