This is a migrated thread and some comments may be shown as answers.

Trailing tooltip in safari El Capitan

3 Answers 28 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 02 Dec 2015, 01:18 PM
Hi, i have this issue (check the screens), only in safari (have tested it in 8 and 9). I've been looking around in the forums and maybe it has something to do with the stylesheets used, I'm only including: kendo.bootstrap.min.css and kendo.common-bootstrap.min.css. Maybe i'm missing some stylesheet that takes care of those safari issues?.

3 Answers, 1 is accepted

Sort by
0
Ryan
Top achievements
Rank 1
answered on 03 Dec 2015, 01:58 PM
Fixed it!, the issue was that the directive wrapping the chart (the whole panel thing around the chart is another directive) had an ng-if. Since the tooltip is a new attached element to the DOM the ng-if checked the condition and that was causing maybe some performance issues that could be seen in safari but not un chrome since it's optimized for angular apps.
0
T. Tsonev
Telerik team
answered on 04 Dec 2015, 01:34 PM
Hi,

Glad to hear you've managed to find a solution. Definitely looks like a painting glitch specific to the browser.

Regards,
T. Tsonev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Ryan
Top achievements
Rank 1
answered on 04 Dec 2015, 05:37 PM
Yes, on further testing my previous solution also failed, the real issue was that we were using drop-shadow filter in the tooltip and that was the real issue we could even reproduce it in the kendo dojo. I leve this here in case someone has this same issue.
Tags
Charts
Asked by
Ryan
Top achievements
Rank 1
Answers by
Ryan
Top achievements
Rank 1
T. Tsonev
Telerik team
Share this question
or