Skip to content

Bug fix for #1369#1370

Merged
rishijain merged 1 commit into
yabwe:masterfrom
jamenamcinteer:1369
Sep 13, 2017
Merged

Bug fix for #1369#1370
rishijain merged 1 commit into
yabwe:masterfrom
jamenamcinteer:1369

Conversation

@jamenamcinteer

Copy link
Copy Markdown
Contributor
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
New tests added? not needed
Fixed tickets #1369
License MIT

Description

Firefox console warning when there are multiple medium editor textareas: "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 application where medium editor was being used (Firefox only).

@coveralls

Copy link
Copy Markdown

Coverage Status

Changes Unknown when pulling 301d05f on ndjamenamarmon:1369 into ** on yabwe:master**.

@rishijain

rishijain commented Sep 13, 2017

Copy link
Copy Markdown
Contributor

Hi @ndjamenamarmon , Thank you for the fix. Can you please squash your commits into a single commit ?

@jamenamcinteer

Copy link
Copy Markdown
Contributor Author

Hi Rishi, I have squashed the commits now. Please let me know if there are any further issues.

@rishijain
rishijain merged commit 9063565 into yabwe:master Sep 13, 2017
@rishijain

Copy link
Copy Markdown
Contributor

👍 ⭐️

@coveralls

Copy link
Copy Markdown

Coverage Status

Changes Unknown when pulling 0e809bb on ndjamenamarmon:1369 into ** on yabwe:master**.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants