-
VishalApril 27, 2016 at 5:57 am #6135
Hi Tom,
Awesome visualization components.
I am trying to run weighted tree in internet explorer but some of the events (click, mouseover, mouseout) are not working in internet explorer.
I tried many things still it does not work. Can you please guide me on this.
Thanks,
VishalvizulyApril 27, 2016 at 6:11 am #6136Hi Vishal,
Let me take a look at this.
What version of Windows/IE are you using? Are there specific events that are not firing correctly?
– Tom
VishalApril 27, 2016 at 7:02 am #6137I am using IE11.
Try to open this link in IE11: http://vizuly.io/product/weighted-tree/
It is rendering the weighted tree but after that (mouseover to show the node info, click event for toggling children nodes) are not working.
Thanks,
VishalvizulyApril 28, 2016 at 9:36 am #6142Hi Vishal,
Good find!
After a little hunting around it appears IE is very particular about how you set up pointer-events with CSS. I made one small change in the associated weighted_tree.css file to explicitly turn on pointer events and it appears to have cleared up the issue. Thanks for letting me know.
svg.vz-weighted_tree-viz {
fill:none;
font-family:Roboto;
pointer-events:visible;
}VishalApril 28, 2016 at 10:07 am #6143Hi Tom,
I took your changes and it started working fine with IE browser.
Thank you very much.
Awesome work.
Thanks,
VishalCraig BunyeaSeptember 27, 2016 at 1:31 pm #6485Visuly,
Thank you for digging into this. You’re a genius. Oh if MSIE would go away.. -
|
You must be logged in to reply to this topic.