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

elem.node.firstChild.attributes.dy is undefined in Firefox #96

Closed
beledouxdenis opened this issue Oct 31, 2013 · 0 comments
Closed

elem.node.firstChild.attributes.dy is undefined in Firefox #96

beledouxdenis opened this issue Oct 31, 2013 · 0 comments

Comments

@beledouxdenis
Copy link
Contributor

In function setDy

function setDy(elem, fontSize, txtYpos) {
if (!ie || ie > 9) {
elem.node.firstChild.attributes.dy.value = 0;
}
}

elem.node.firstChild.attributes.dy seems to not be supported by firefox neither.
screenshot from 2013-10-31 12 44 52

I am on Ubuntu 13.04 with Firefox 25.0

toorshia added a commit that referenced this issue Nov 13, 2013
fix #96 Browser compatibiliy problem with attributes.dy (Firefox 25.0 among others)
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

No branches or pull requests

1 participant