Skip to content

Fix IE8 translating strings that contain html tags. #127

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

Closed
wants to merge 0 commits into from

Conversation

maxpeterson
Copy link
Contributor

Related to #51

This checks whether the browser (IE8) modifies (capitalises) html tags (e.g. <span>test</span> > <SPAN>test</SPAN>) and if so it uses the browser to modify (capitalise) any tags in the strings used as the translation keys.

@gabegorelick
Copy link
Collaborator

@rubenv Do we have any kind of testing infrastructure for IE?

@rubenv
Copy link
Owner

rubenv commented Nov 23, 2014

Sadly: no. I'd love to have it and convert the tests to Protractor in the
process. I've experimented with Sauvelabs but it barely works. Haven't had
the time to investigate further.
On Nov 21, 2014 10:38 PM, "Gabe Gorelick" [email protected] wrote:

@rubenv https://github.com/rubenv Do we have any kind of testing
infrastructure for IE?


Reply to this email directly or view it on GitHub
#127 (comment)
.

@maxpeterson
Copy link
Contributor Author

I should have created this from a branch. I will close and create another PR - Sorry for the confusion.

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.

3 participants