We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run WebViewPluginDemo_Standalone and attach a debug breakpoint to SpectrumDataReceiver.unregister()
WebViewPluginDemo_Standalone
SpectrumDataReceiver.unregister()
removeEventListener should remove listener as expected.
removeEventListener
How to fix:
EventListenerList::removeEventListener should be removeEventListener(eventId, id), not removeEventListener([eventId, id])
EventListenerList::removeEventListener
removeEventListener(eventId, id)
removeEventListener([eventId, id])
modules/juce_gui_extra/native/javascript/check_native_interop.js
modules/juce_gui_extra/misc/juce_WebBrowserComponent.cpp
macOS
Sonoma 14.5
Arm64/aarch64
No response
develop
The bug is present on the develop branch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Detailed steps on how to reproduce the bug
Run
WebViewPluginDemo_Standalone
and attach a debug breakpoint toSpectrumDataReceiver.unregister()
What is the expected behaviour?
removeEventListener
should remove listener as expected.How to fix:
EventListenerList::removeEventListener
should beremoveEventListener(eventId, id)
, notremoveEventListener([eventId, id])
modules/juce_gui_extra/native/javascript/check_native_interop.js
modules/juce_gui_extra/misc/juce_WebBrowserComponent.cpp
Operating systems
macOS
What versions of the operating systems?
Sonoma 14.5
Architectures
Arm64/aarch64
Stacktrace
No response
Plug-in formats (if applicable)
No response
Plug-in host applications (DAWs) (if applicable)
No response
Testing on the
develop
branchThe bug is present on the
develop
branchCode of Conduct
The text was updated successfully, but these errors were encountered: