Are you using the latest Zotero and the latest plugin?
[X] I have confirmed I'm using the latest Zotero and the latest plugin
Environment
OS: macOS 15.0
Zotero Version: 7.0.7
Plugin Version: 2.0.10
Describe the bug
A user of my Zotero plugin reported https://github.com/dvanoni/notero/issues/589 where the plugin had recently stopped working. They have a number of Zotero plugins installed and determined that the latest version of BN was causing the issue. Looking at the screenshot they shared, I determined that BN v2.0.10 appears to be breaking some functionality of console that my plugin uses, but v2.0.9 works fine.
The specific issues are:
CSS styling of messages no longer works
Some methods are missing, e.g. groupCollapsed and table
It looks like BN v2.0.10 is changing the Zotero.getMainWindow().console object to something slightly different. In the below video, I start with v2.0.9 and show that console is as expected. Then I upgrade to v2.0.10 and show that console has changed.
Is there an existing issue for this?
Are you using the latest Zotero and the latest plugin?
Environment
Describe the bug
A user of my Zotero plugin reported https://github.com/dvanoni/notero/issues/589 where the plugin had recently stopped working. They have a number of Zotero plugins installed and determined that the latest version of BN was causing the issue. Looking at the screenshot they shared, I determined that BN v2.0.10 appears to be breaking some functionality of
console
that my plugin uses, but v2.0.9 works fine.The specific issues are:
groupCollapsed
andtable
It looks like BN v2.0.10 is changing the
Zotero.getMainWindow().console
object to something slightly different. In the below video, I start with v2.0.9 and show thatconsole
is as expected. Then I upgrade to v2.0.10 and show thatconsole
has changed.https://github.com/user-attachments/assets/839e4676-bb8f-4a7a-b426-18a146d19147
Debug Output
Anything else?
No response