Title pretty much says it all.
If I have a title
attribute
with a long text in it (while the HTML element is truncated) the tooltip gets cut off, and ellipsis are displayed in the tooltip
http://jsfiddle.net/7m58grkg/44/ <<< for reference
what is the use of tooltip if ellipsis are showing at the end, instead of the whole text which it need to display
This problem occurs only when the string is having length >=64 (apporx)
in my case i have a string of 128 characters , so in the UI i have added following css for that
whitespace= nowrap , overflow= hidden , textoverflow=ellipsis
for the nice look and i have added tooltip to that html element to show everyting, but yet to my surprise in that tooltip also it is using ellipsis , how to make tooltip not to use ellipsis