Skip to content
New issue

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

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

Already on GitHub? # to your account

IE8 issue: Unable to get property 'appendChild' of undefined or null reference #530

Closed
silversonicaxel opened this issue Feb 2, 2015 · 4 comments
Labels

Comments

@silversonicaxel
Copy link

Hi,
in use AngularJS v1.2.16 / textAngularjs Version 1.3.4

I found out this issue for IE8,

SCRIPT5007: Unable to get property 'appendChild' of undefined or null reference

reported inside textAngular.min.js and this is blocking because my app cannot be used at all - not totally loaded.
Thanks.

@SimeonC
Copy link
Collaborator

SimeonC commented Feb 2, 2015

Could you run the non-minified version and let me know where the error occurs please?
It would be a great help as I don't have access to an IE8 box and my debugging skills on IE are awful!!

@SimeonC SimeonC added the bug label Feb 2, 2015
@SimeonC
Copy link
Collaborator

SimeonC commented Feb 2, 2015

Though I will add, this is Open Source software, if you really need it done ASAP you could help out by creating a PR following the guidelines.

@silversonicaxel
Copy link
Author

In the unminifed version I've of the Version 1.3.4 the error comes out at line 126

// Add the <style> element to the page, add as first so the styles can be overridden by custom stylesheets
document.head.appendChild(style);

textangular

thanks for the support

@SimeonC
Copy link
Collaborator

SimeonC commented Feb 3, 2015

Huh, reason for error is here: http://stackoverflow.com/a/17100272/1413689.
Easy fix - in next patch!

@SimeonC SimeonC closed this as completed in da43539 Feb 3, 2015
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants