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

Problem with tooltips without width values

1 Answer 196 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Daewoong
Top achievements
Rank 1
Daewoong asked on 31 Jan 2020, 07:08 AM

Hello

I have a question about the tooltip function.

I've made a modification to Tooltip-Multiple Targets.

-remove width props
-Tooltip insertion for each language

https://www.telerik.com/kendo-vue-ui/components/popups/tooltip/multiple-targets/

If you hover over a long tooltip, it will appear properly, but if you check the short tooltip first and then try to see the long tooltip, the tooltip's width will be shortened.

Hopefully the width will be adjusted to auto.

 

<div id="vueapp" class="vue-app">
    <kendo-tooltip ref="kTooltip" id="agglomerations" :filter="'span'"  :position="'bottom'">
        <span href="#" title="방탄소년단·태연, '서울가요대상' 앨범·음원 대상…엑소 4관왕(종합)">Korean</span><br /><br />
        <span href="#" title="방탄" id="losangeles">Korean - Short</span><br /><br /> 
        <span href="#" title="Apple Music is available in iTunes, and for iOS and Android devices.">English</span><br /><br />
<span href="#" title="BTS" id="osaka">English - Short</span><br /><br />
        <span href="#" title="注文書、請求書などを装ったメールに添付された Excel ファイルに注意">Japanese</span><br /><br />
        <span href="#" title="注意" id="moscow">Japanese - Short</span>
    </kendo-tooltip>
</div>

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 03 Feb 2020, 07:40 PM

Hello Daewoong,

Thank you for reporting this issue with the Tooltip. It is due to a bug, which is now logged for fixing: https://feedback.telerik.com/kendo-vue-ui/1452077-tooltip-width-incorrectly-calculated

I've updated your Telerik points, for reporting this bug

Regards,
Ivan Danchev
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Daewoong
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or