Closed
Bug 516405
Opened 16 years ago
Closed 16 years ago
Lightning error in SeaMonkey because of missing gFolderDisplay
Categories
(Calendar :: Lightning: SeaMonkey Integration, defect)
Calendar
Lightning: SeaMonkey Integration
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kairo, Unassigned)
References
Details
The invitation toolbar of Lightning errors on SeaMonkey because it uses gFolderDisplay, which SeaMonkey doesn't have implemented yet. It looks looks like we won't be able to get the full port of the folder display layer API (bug 509324) in for SeaMonkey 2.0, but we might be able to do a partial implementation of gFolderDisplay to satisfy extensions like Lightning.
I currently don't have the exact message from Lightning handy, but EnigMail dev Patrick Brunschwig told us he would like to see the following parts of this API implemented:
gFolderDisplay.selectedCount
gFolderDisplay.selectedMessages
gFolderDisplay.selectedMessage
gFolderDisplay.selectedMessageUris
gFolderDisplay.messageDisplay.visible
gFolderDisplay.selectedMessageIsNews
gFolderDisplay.selectedMessageIsImap
I'm fining this in the Lightning/SeaMonkey integration component for now, we might move it to some SeaMonkey component later, wherever it fits best for the way this is being solved.
Comment 1•16 years ago
|
||
I have a WIP patch for the lightning specific bits (excluding enigmail requirements).
This should be fixed now with the landing of the fix for bug 516453?
Comment 3•16 years ago
|
||
No more errors due to missing gFolderDisplay.
You need to log in
before you can comment on or make changes to this bug.
Description
•