-
I've noticed a leak of DOM nodes and attached listeners with zepto. Here's a simple case:
``` html
```
``` javascript
function doWork() {
$('#top').html('testing');
$('#inner').click(cb);
…
-
### Captchas
- [X] I have read the instructions.
- [X] I have searched existing issues and avoided creating duplicates.
- [X] I am not filing an enhancement request.
### What happened?
When I drag …
-
version: `Flatfile "Platform"`
lib: `@flatfile/react`
### Overview
In my specific use-case, it matters if the user has closed the Portal (via the `X` button), or of it was closed programaticall…
-
### Describe the bug
DatePicker and Combobox fields open their panel on ArrowUp/ArrowDown, but they ignore the modifiers, so that ctrl-ArrowUp, shift-ArrowUp etc does the same.
This again means …
-
This is not an issue, but a suggestion of a new component if someone wants to implement it.
I call it `disable_with_controller.js` and it's self explanatory:
```js
import { Controller } from '@…
-
Seeing a Chrome Violation in console output from Chrome 61 related to event listener performance. The code that initiates the chrome violation is here:
https://github.com/bgrins/spectrum/blob/1.8.…
-
The new event listeners API currently starts at heap dumping. We should add retained instance events as well.
-
I am trying to detect when an input device is added on android to update UI. However deviceCallback is private in AndroidMidiAccess. How is one supposed to receive these events? I tried using stateCha…
-
To enhance the overall readability of the code and enhance the quality of the code.
1. Optimize the DOM Access
2. Add Error Handling solutions
3. Remove duplicate Event Listeners
I have alread…
-
我将这两个例程的主要部分写成了函数如下:
`
void playmp3(const char *url)
{
audio_pipeline_handle_t pipeline;
audio_element_handle_t spiffs_stream_reader, i2s_stream_writer, mp3_decoder;
// Initialize p…