Closed
Bug 309157
Opened 19 years ago
Closed 19 years ago
"All Day" events cropped in Week View
Categories
(Calendar :: Sunbird Only, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lhabib, Assigned: mostafah)
Details
Attachments
(1 file)
|
1.69 KB,
patch
|
mvl
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050916 Firefox/1.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050918 Mozilla Sunbird/0.2+ In Week View, "All Day" events are cropped to the first two letters. Reproducible: Always Steps to Reproduce: 1.Create all day event 2.Switch to week view 3. Actual Results: Cropped event Expected Results: Display the event title along the whole width of the column for that day.
Comment 1•19 years ago
|
||
Confirming. See Bug 306644 comment #3.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•19 years ago
|
||
As I said in the comment on the previous bug, since all-day events have a start-hour of midnight, the patch there causes an proper ElementOfRef to no longer be found. The element that is found is collapsed, and hence has no width. This patch checks for that case, and then gets an element of reference based on the view limit default, which will always be visible.
Attachment #196755 -
Flags: first-review?(mvl)
Comment 3•19 years ago
|
||
Comment on attachment 196755 [details] [diff] [review] better elementOfRef Why not always use sHour? That should always be visible, right? Hmm, it might be faster not to ask the pref service. Do what you think is best. r=mvl
Attachment #196755 -
Flags: first-review?(mvl) → first-review+
Comment 4•19 years ago
|
||
Patch checked in, without changes. I agree that asking the pref service every time would be worse.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•