alice-mkh / lightbird

Sunbird UI for Lightning on SeaMonkey
https://addons.mozilla.org/en-US/seamonkey/addon/lightbird/
13 stars 2 forks source link

Date Range above Calendar View false #4

Closed Hb- closed 11 years ago

Hb- commented 11 years ago

The date range above the calendar items is not updated after switching between views. daterange

alice-mkh commented 11 years ago

Works fine for me. Can you open Error Console, clear it, switch the view and post the result?

Edit: Reproduced it once. Still can't understand when exactly it happens. :/

Hb- commented 11 years ago

Similar cause as issue 5. Bug happens when Calendar is started before Messenger.

alice-mkh commented 11 years ago

So,

the reason is probably that the calendar scripts re-register tree to the one in Messenger, which is disabled.

alice-mkh commented 11 years ago

And the solution is to disable that script somehow.

alice-mkh commented 11 years ago

Ok, I have disabled all the Lightning once and for all, fixing both this and #5 . However, it makes it impossible to re-enable Lightning UI, so I'm not sure whether this is fine. :/

So I haven't commited it yet.

Hb- commented 11 years ago

You can't shower without getting wet. I can't imagine that users would like to use both interfaces parallel.

The tabbed lightning interface has one bad bug too. It sometimes doesn't take the focus. So the Del keystroke deletes something in mail tab in the background.

alice-mkh commented 11 years ago

Well: https://github.com/Exalm/lightbird/commit/57ea7c806ddfbf913afe95c285f3c7e968f1af18 If there will be regressions from this (aside of impossibility to re-enable Messenger UI), report it as a new issue.

alice-mkh commented 11 years ago

https://github.com/Exalm/lightbird/commit/6f180b909c163a6f14c3154210ed796696cb20fd Removed it in a separate commit, so that I can easily restore it if I will a way to make it work again.