Giter VIP home page Giter VIP logo

Comments (5)

linonetwo avatar linonetwo commented on July 18, 2024

Uncaught TypeError: Cannot set property parentNode of #<Node> which has only a getter
   at TW_Element.appendChild ($:/core/modules/utils/fakedom.js:126:18)
   at TW_Element.insertBefore ($:/core/modules/utils/fakedom.js:139:8)
   at EChartsWidget.render ($:/plugins/Gk0Wk/echarts/widget.js:57:12)
   at Widget.renderChildren ($:/core/modules/widgets/widget.js:450:15)
   at TranscludeWidget.render ($:/core/modules/widgets/transclude.js:34:7)
   at Widget.renderChildren ($:/core/modules/widgets/widget.js:450:15)
   at TranscludeWidget.render ($:/core/modules/widgets/transclude.js:34:7)
   at Widget.renderChildren ($:/core/modules/widgets/widget.js:450:15)
   at RevealWidget.render ($:/core/modules/widgets/reveal.js:45:7)
   at Widget.renderChildren ($:/core/modules/widgets/widget.js:450:15)

When export

from tw-echarts.

Gk0Wk avatar Gk0Wk commented on July 18, 2024

现在可以了吗?

from tw-echarts.

linonetwo avatar linonetwo commented on July 18, 2024

本来想提个 issue

[BUG] domMaker cause Uncaught TypeError: Cannot set property parentNode of #<Node> which has only a getter

My usage is:

```js
   this.containerDom = $tw.utils.domMaker('div', {
     class: this.class,
     document: this.document,
     style: {
       width: this.width,
       height: this.height,
     },
   });
   this.containerDom.id = this.uuid;
   parent.insertBefore(this.containerDom, nextSibling);
```

This normally is good, but will error when exporting tiddler as HTML

```
Uncaught TypeError: Cannot set property parentNode of #<Node> which has only a getter
   at TW_Element.appendChild (fakedom.js:126:18)
   at FormWidget.render (widget.js:72:12)
   at Widget.renderChildren (widget.js:476:15)
   at TranscludeWidget.render (transclude.js:34:7)
   at Widget.renderChildren (widget.js:476:15)
   at ListItemWidget.render (list.js:340:7)
   at Widget.renderChildren (widget.js:476:15)
   at ListWidget.render (list.js:44:7)
   at Widget.renderChildren (widget.js:476:15)
   at ElementWidget.render (element.js:78:7)
```

from tw-echarts.

linonetwo avatar linonetwo commented on July 18, 2024

结果测了下,https://tiddly-gittly.github.io/tw-echarts/ 上导出 html 就没这问题,真奇怪

from tw-echarts.

linonetwo avatar linonetwo commented on July 18, 2024

之后我仔细读读 domMaker 在 Electron 上是不是走了别的分支

from tw-echarts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.