-
Notifications
You must be signed in to change notification settings - Fork 196
Text not displaying correctly #72
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
Comments
Hello, Sorry for my very late answer. The compatibility information are not up to date for jQuery Mapael. IE<9 is no longer compatible with Mapael. I will update the compatibility information on the readme file. However, if you need to get mapael working on IE<9, it should works with jQuery 1.11.3 and Raphael.js 2.1.2 dependencies versions. With these versions, mapel should work fine for most of features. I hope this will help you ! |
@sk8sta13 did you set by any chance your container to .map_hide {
/* display:none is doing some weird stuff on SVG
* Solution: hide it, then position it far away
*/
position:absolute !important;
visibility: hidden !important;
top:-1000px !important;
left:-1000px !important;
} Add/remove the class to your element as needed. |
Duplicated of issue #135 |
Hello,
I`ve downloaded the example available on github, and tried to run it in internet explorer 8 to test. Them map is loaded correctly but the texts are not, they are all in the top-left corner.
Is there any alternative to solve this?
The text was updated successfully, but these errors were encountered: