You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using an Edge browser, if the methods addMouseWheelListener or addMouseListener are used, the listener is registered but never executed.
Expected behavior
The listeners are called when the scroll wheel is used or the buttons of the mouse is are clicked inside the Edge window
Environment:
Select the platform(s) on which the behavior is seen:
[] All OS
Windows
Linux
macOS
Workaround (or) Additional context
Use the SWT.IE when creating the browser.
Use a javascript function to react to the scroll wheel / buttons and register a normal BrowserFunction as a callback.
The text was updated successfully, but these errors were encountered:
@rubenporras would you like to continue the discussion in some of those? Also, the description of the issue seems wrong, you wrote "if the methods addMouseListener or addMouseListener are used," (same method twice)
rubenporras
changed the title
Edge: addMouseListener and addMouseListener have no effect
Edge: addMouseWheelListener and addMouseListener have no effect
May 21, 2025
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When using an Edge browser, if the methods
addMouseWheelListener
oraddMouseListener
are used, the listener is registered but never executed.To Reproduce
Expected behavior
The listeners are called when the scroll wheel is used or the buttons of the mouse is are clicked inside the Edge window
Environment:
Workaround (or) Additional context
Use the SWT.IE when creating the browser.
Use a javascript function to react to the scroll wheel / buttons and register a normal
BrowserFunction
as a callback.The text was updated successfully, but these errors were encountered: