Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fix for #1369 #1370

Merged
merged 1 commit into from Sep 13, 2017
Merged

Bug fix for #1369 #1370

merged 1 commit into from Sep 13, 2017

Conversation

jamenamcinteer
Copy link
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

Coverage Status

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

@rishijain
Copy link
Contributor

rishijain commented Sep 13, 2017

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

@jamenamcinteer
Copy link
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
Contributor

👍 ⭐️

@coveralls
Copy link

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.

None yet

3 participants