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

Back button not displaying properly in IE 11 #767

Closed
nicosabena opened this issue Dec 31, 2016 · 2 comments · Fixed by #868
Closed

Back button not displaying properly in IE 11 #767

nicosabena opened this issue Dec 31, 2016 · 2 comments · Fixed by #868
Assignees
Labels
bug This points to a verified bug in the code
Milestone

Comments

@nicosabena
Copy link
Contributor

IE 11 is not showing the back button properly, only a white circle (barely visible with the default background color).

IE:
IE

Chrome:

Chrome

@hzalaz hzalaz added bug This points to a verified bug in the code P3: Important labels Jan 2, 2017
@luisrudge
Copy link
Contributor

Just tried this with IE11 and it's working. Maybe you have a css rule that is messing things up?
image

@nicosabena
Copy link
Contributor Author

nicosabena commented Jan 12, 2017

You got that right! It seems that Bootstrap is the culprit.
Try adding this to your page:

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This points to a verified bug in the code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants