-
### Description
An event listener added using addEventListener is being called from within a paint loop. I have a button in a rive file which triggers an event. I then have code listening to this. It…
-
## Scope & Context
In field inputs.
## Technical inputs
We want to make sure that click events cannot bubble up above the edit mode components, in record inline cell and table cell.
Use co…
-
We can do NIP-89 support if the registered app handlers are websites.
-
## Prerequisites
- [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
- [x] The issue still exists against the latest stable version of Elementor…
-
**mapbox-gl-js version**: 0.51
**browser**:
### Steps to Trigger Behavior
```
map.addLayer({id: 'foo', ... })
map.on('click', 'foo', window.alert);
map.removeLayer('foo');
map.addLayer({i…
-
@nukulb @jeffheifetz
I notice a problem with webworks.event.isOn when working with contact picker cards. I see that if I call the invokeContactPicker function multiple times (in the test app), then …
-
### Version
* Vue version: 3
### Description
Very similar to #182, it seems the option elements in the dropdown are using the `mousedown` event instead of `click` resulting in involuntary…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Summary 💡
1. Button
Event: onClick (already there)
2. TextInput
Event: Subm…
-
Hi Kivy Developers,
I’m currently developing a simple Snake game using Kivy and testing it on an iPhone 15 Pro Max via Xcode. While the app works fine in general, I’m having trouble getting the tou…
-
Notifee is, per its docs, "a library for React Native, bringing **local notification support** to both Android & iOS applications."
Yet it purposefully and knowingly breaks React Native Firebase's …