-
Problem:
When an anchor node that has an `href` is reused by the virtualdom, it leaves an empty `href` attribute.
This causes clicks to reload the page.
Example:
https://ellie-app.com/8NNcGgTmMf…
-
Uncaught TypeError: Cannot read property 'getHeight' of undefined
at RowManager._removeTopRow
-----------------------------------------------------------------------------------------------
When …
-
Perhaps there is a way to do this in the debugger I am unaware of, (I have searched) or a boolean that we can add to the plugin to toggle on/off the _pluginDOMid reference numbers.
I understand the…
-
I am trying to get ipywidgets to render correctly in JupyterLab, using a Jupyter [docker-stacks](https://github.com/jupyter/docker-stacks/tree/master/minimal-notebook) container. However, when I try t…
-
**Elm element inside html/js page when compiled without --debug:**
## SSCCE
```elm
```
- **Elm:** 0.19.1
- **Browser:** Safari/Mozilla/Chrome (any I used)
- **Operating System:** macO…
-
Here is a [simple example](https://ellie-app.com/3VQfDGRBNG7a1)
**Expected behavior**
As soon as a char is entered in the input field, the placeholder should disappear.
**Versions**
- OS: Mac…
-
**Describe the bug**
The scroll operation is canceled when dragging the scrollbar to scroll.
**Tabulator Info**
4.7.1
**Working Example**
https://codesandbox.io/s/leads-search-mockup-v2-mp0b…
-
Adding nested tables on more of 100 rows, using rowFormatter, when scrolling gives you:
tabulator.js:4489 Uncaught TypeError: Cannot read property 'getHeight' of undefined
at RowManager._removeT…
-
You are importing a createElement function from your virtualdom component as h, this is not good for readability of your code.
https://github.com/GiovanniKaaijk/web-app-from-scratch-1920/blob/a775c…
-
Here is the repro: https://github.com/Thecentury/Avalonia.FuncUI.Repro
Can FuncUI provide some special handling for a set of known properties that do not allow null values to be set?