Skip to content

Firefox console warning causing issues #1369

Description

@jamenamcinteer

Description

In Firefox, I am getting the following warning: "Use of attributes' nodeValue attribute is deprecated. Use value instead." This is coming from line 6929 in dist/js/medium-editor.js. By changing atts[i].nodeValue to atts[i].value the warning goes away as well as the bug this caused in the project (Firefox only).

Steps to reproduce

Run medium editor in a textarea in Firefox. I do not see the warning in the medium editor demos. My project has two textareas with the editable class (see simplified codepen below).

Expected behavior:
No warnings in the console and subsequent bugs in Firefox.

Actual behavior:
Warning (above) in Firefox's console and bugs caused by the warning.

Link to an example:
https://codepen.io/nmcinteer/pen/aLbLjX

Versions

  • medium-editor: 5.23.1
  • browser: Firefox
  • OS: Windows 7

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions