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

Problem initializong Editor on IE #115

Closed
birko opened this issue Nov 15, 2013 · 6 comments
Closed

Problem initializong Editor on IE #115

birko opened this issue Nov 15, 2013 · 6 comments
Labels

Comments

@birko
Copy link

birko commented Nov 15, 2013

Hi , I found several problems while initializing editor on IE (9,10,11).The problem occurs on your demo site aswell.

mostly the errors were like calling a method on a undefined variable.

will it be fixed soon?

@Petah
Copy link
Contributor

Petah commented Nov 18, 2013

Hi,

I have just pushed up a new build, and tested it in IE 11. Let me know if that fixes your problems, if not could you paste the error message here?

@birko
Copy link
Author

birko commented Nov 18, 2013

Hello. thanks for quick reply.

I am sorry to say. it helped to fix some problems but not all.
i got an error here now

function addCommas(a){return a.toString().replace(/(\d)(?=(\d{3})+$)/g,"$1,")}

Unable to get property toString of undefined or null reference

@Petah
Copy link
Contributor

Petah commented Nov 18, 2013

Hmm the error seems to be coming from the social media buttons. I'll have a look tomorrow.

@Petah
Copy link
Contributor

Petah commented Nov 18, 2013

Alright I have removed the button causing this, can you please test this again?

@birko
Copy link
Author

birko commented Nov 19, 2013

It seems to be working now. the text can be edited and the editor panel is shown aswell. thank you for your quick fixes :+1 :)

@Petah
Copy link
Contributor

Petah commented Nov 19, 2013

All good :)

@Petah Petah closed this as completed Nov 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants