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

IE8 marker image misplacement #1343

Closed
kristianva opened this issue Oct 31, 2012 · 8 comments
Closed

IE8 marker image misplacement #1343

kristianva opened this issue Oct 31, 2012 · 8 comments

Comments

@kristianva
Copy link

Running this example http://jsfiddle.net/aDCXR/1/ on IE7, IE8 and customizing the marker's symbol I get a misplacement of the images.

This is what i look for:
capture1

and this is what i get:
capture2

@TorsteinHonsi
Copy link
Collaborator

The images are not showing, are we able to get new images or reproduction steps?

@sebastianbochan
Copy link
Contributor

Generally images are not displayed in the IE8 (8.0.6001.18672)

Screenshot:
zrzut ekranu 2013-10-18 o 16 17 02

@TorsteinHonsi
Copy link
Collaborator

... but on jsFiddle they show up: http://jsfiddle.net/highcharts/Eh7WY/show/

@mungerj
Copy link

mungerj commented Nov 14, 2013

The fact that we see one of them in the corner in kristianva's IE8 example leads me to believe this is the same problem as for error bars: #1806

Torstein, in your jsFiddle (http://jsfiddle.net/highcharts/Eh7WY/show/), if you change the type of chart to "bar", if the marker still positioned correctly?

@kattig
Copy link

kattig commented Nov 16, 2013

Hello,

This issue is only the chart inverted. I hope this issue can be fix..

Thanks,

@TorsteinHonsi
Copy link
Collaborator

That's the case - on inverted charts it is wrong in IE8.

New demo: http://jsfiddle.net/highcharts/6D6VY/show

@fablanglet
Copy link

The issue with the image as a marker with IE8, come from Bootstrap.

If you overload the bootstrap property max-width:100% :
.highcharts-markers img {
max-width: none !important;
}
The images are displayed in IE8.

@TorsteinHonsi
Copy link
Collaborator

Thanks for the info!

Actual the core problem of this issue was missing marker images on inverted charts, which was fixed in another issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants