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

IE 10: HTML 5 UI: Javascript error loading page getElementsByTagName not supported #106

Closed
jesseeichar opened this issue Jun 3, 2013 · 5 comments · Fixed by #115
Closed
Assignees
Labels
Milestone

Comments

@jesseeichar
Copy link

The first error is found when you load the page. The second is found when trying to login.

ie_getelementsbytag

@ghost ghost assigned Delawen Jun 3, 2013
@jesseeichar
Copy link
Author

I have some more JS Errors:

ie_more_js_errors

@Delawen
Copy link
Contributor

Delawen commented Jun 4, 2013

It seems that ExtJS is not being able to parse XML responses on Ajax.

Looking for a common fix for all XML responses...

@Delawen
Copy link
Contributor

Delawen commented Jun 4, 2013

Updating ExtJS to latest does not seem enough.

@Delawen
Copy link
Contributor

Delawen commented Jun 4, 2013

Strange thing is, it is valid XML response!

response
{
[prototype] : {...},
argument : undefined,
responseText : " <response> <Selected>0</Selected> </response> ",
responseXML : null
}

Delawen added a commit to Delawen/core-geonetwork that referenced this issue Jun 5, 2013
@Delawen Delawen mentioned this issue Jun 5, 2013
@Delawen
Copy link
Contributor

Delawen commented Jun 5, 2013

Fixed using IE9 document mode.

Delawen added a commit that referenced this issue Jun 5, 2013
@Delawen Delawen closed this as completed Jun 5, 2013
Delawen added a commit to Delawen/core-geonetwork that referenced this issue Jun 5, 2013
Jun 04, 2013
Delawen	 Adding eot version of the fonts	 16ef7b4
Jun 05, 2013
Delawen	 patch fixes geonetwork#106 Using document mode of IE9	 3aa9c5b
Delawen	 Fixing fonts css	 0313171
Delawen	 Simplifying font-face css3 definitions
davinciagf pushed a commit to davinciagf/core-geonetwork that referenced this issue Dec 11, 2013
Delawen added a commit to cobweb-eu/core-geonetwork that referenced this issue May 4, 2015
PascalLike pushed a commit to PascalLike/core-geonetwork that referenced this issue Oct 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants