Closed
Bug 433500
Opened 17 years ago
Closed 17 years ago
IMIP bar does not display anymore [Error: identity.toLowerCase is not a function]
Categories
(Calendar :: E-mail based Scheduling (iTIP/iMIP), defect)
Calendar
E-mail based Scheduling (iTIP/iMIP)
Tracking
(Not tracked)
VERIFIED
FIXED
0.9
People
(Reporter: klint, Assigned: sipaq)
Details
Attachments
(1 file)
2.60 KB,
patch
|
dbo
:
review+
|
Details | Diff | Splinter Review |
User-Agent: BlackBerry8830/4.2.2 Profile/MIDP-2.0 Configuration/CLOC-1.1 VendorID/105
Build Identifier: TB 2.0.0.14 + Lightning 20080512
When displaying a mail containing an invitation, the IMIP bar does not display anymore ( Note: "view messages inline" is activated).
The message body is displayed correctly.
Reproducible: Always
Steps to Reproduce:
1.Move to a mail with an invitation
2.
3.
Actual Results:
the imip bar is not ther
Expected Results:
the imap bar should be displayed
The console shows the following error:
Erreur : identity.toLowerCase is not a function
Fichier source : chrome://lightning/content/imip-bar.js
Ligne : 383
Comment 1•17 years ago
|
||
Should identity.toLowerCase be identity.email.toLowerCase as a few lines below? http://bonsai.mozilla.org/cvsblame.cgi?file=/mozilla/calendar/lightning/content/imip-bar.js&rev=1.17&mark=383,389#369
Comment 2•17 years ago
|
||
I do confirm your assumption: I don't know how to develop a patch (sorry!), but I have applied the change on my Lightning installation, and it solves the issue.
Updated•17 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → bugzilla
Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Comment 4•17 years ago
|
||
klint, take a look at http://wiki.mozilla.org/Calendar:Build
Assignee | ||
Comment 5•17 years ago
|
||
The patch adds the necessary code as described in comment 1 and removes two stray whitespaces at lineends.
Attachment #320981 -
Flags: review?(daniel.boelzle)
Comment 6•17 years ago
|
||
Comment on attachment 320981 [details] [diff] [review]
Patch v1
r=dbo
Attachment #320981 -
Flags: review?(daniel.boelzle) → review+
Assignee | ||
Comment 7•17 years ago
|
||
Fix checked in on HEAD and MOZILLA_1_8_BRANCH.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → 0.9
Updated•17 years ago
|
Summary: IMIP bar does not display anymore → IMIP bar does not display anymore [Error: identity.toLowerCase is not a function]
Comment 8•16 years ago
|
||
Verified in nightly build 2008073004 -> VERIFIED
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•