Open baszoetekouw opened 7 years ago
Hello. It certainly works for me on the same version on Fedora 25. Are there any errors in error console?
The console show this, if I enable Lightbird and try to select a new mailbox:
JavaScript error: resource://calendar/modules/calUtils.jsm -> file:///home/bas/.thunderbird/2r51haju.default/extensions/%7Be2fda1a4-762b-4020-b5ad-a41df1933103%7D/calendar-js/calUtils.js, line 992: too much recursion
JavaScript error: chrome://calendar/content/calendar-ui-utils.js, line 100: too much recursion
JavaScript error: chrome://exchangecalendar/content/priority-display.js, line 144: TypeError: gDBView is null
JavaScript error: chrome://exchangecalendar/content/priority-display.js, line 144: TypeError: gDBView is null
JavaScript error: chrome://exchangecalendar/content/priority-display.js, line 144: TypeError: gDBView is null
JavaScript error: chrome://exchangecalendar/content/priority-display.js, line 144: TypeError: gDBView is null
JavaScript error: chrome://exchangecalendar/content/priority-display.js, line 144: TypeError: gDBView is null
JavaScript error: chrome://exchangecalendar/content/priority-display.js, line 144: TypeError: gDBView is null
JavaScript error: chrome://exchangecalendar/content/priority-display.js, line 144: TypeError: gDBView is null
JavaScript error: chrome://exchangecalendar/content/priority-display.js, line 144: TypeError: gDBView is null
JavaScript error: chrome://exchangecalendar/content/priority-display.js, line 144: TypeError: gDBView is null
JavaScript error: chrome://exchangecalendar/content/priority-display.js, line 144: TypeError: gDBView is null
JavaScript error: chrome://exchangecalendar/content/priority-display.js, line 144: TypeError: gDBView is null
JavaScript error: chrome://exchangecalendar/content/priority-display.js, line 144: TypeError: gDBView is null
JavaScript error: chrome://calendar/content/calendar-ui-utils.js, line 100: too much recursion
etc.
Hmm. Do you use Exchange? If so, us there an easy way to test it on Linux? Second, so you have any other extensions other than Lightning and Lightbird?
is there*
I searched a bit and it seems that exchange support is an extension itself. In this case it's obvious why I cannot see the error. So, again, is there a easy way to set it up for test? I have neither a personal server nor Windows.
I'm not aware of any Exchange-instances you could use for testing, unfortunately,
The Exchange extension I'm using is this one: https://github.com/Ericsson/exchangecalendar
I'll try to do some debugging on my side, to see if I can figure out what the issue is.
It's probably a bug in Lightbird. I obviously didn't test with it, since I wasn't even aware that it exists. Maybe I'll be able to reproduce the bug without actually adding Exchange calendars.
Yes! I see the bug. Will try to fix it, although there might be more.
Hmm, that extension seems really large. I'm not sure it's even possible. What I can say for sure is that even if I fix this particular bug, the extension itself will most probably not work. It makes too many assumptions about Lightning that simply aren't true with Lightbird.
And another thing is that it seems to make many changes directly to Thunderbird window. I will have to disable them, but then they will need to be somehow applied to Lightbird window (and changed so they actually work). For that it may be better to create an entirely new extension, rather than support it in Lightbird. It might get easier if there was a Sunbird version.
Ah, and another question. So, did it work on previous Lightbird versions? I'm pretty sure it didn't. I've installed Lightbird 0.5, and Thunderbird seems to respond fine, but there are many errors in Error Console, and since I cannot test it, I don't know if any of Exchange functionality works.
Well, the two extensions worked together quite well until earlier this week. At least, my Exchange calendars showed up in Lightbird, and I could add new meetings and change existing one.
Ok, it seems, https://github.com/Exalm/lightbird/commit/8a7ea9a08a0c6a641a57cc659b75ef954ff72707 broke it. It seems that Exchange extension hooks to chrome://lightning/content/imip-bar-overlay.xul and fails.
Since the latest update, Lightbird makes Thunderbird unusable: I can no longer select a new mailbox in Thunderbird, and it is stuck on the first mailbox you select after starting.. Strangely enough, calendaring functionality works as expected.
This is on Linux, using TB 45.8.0. Please let me know what I can do to debug this issue further.