Kendo UI Tooltip Bugs -


i have few bugs while using tooltip kendo ui. wanted show message input fields , set position of tooltip right shows towards top right corner of input field. when bring mouse on input field title of page changes. if setting autoclose: false there 2 x buttons in tooltip.

sample markup , javascripts

<input type="text" title="please enter firstname." id="txtfirstname" />      $("#txtfirstname").kendotooltip({         autohide: false,         callout: false,         showon: "focus",         position:"right"     });         

please fix these bugs

thanks prabhanjan

i think issues addressed in q1 2013 sp1 (version 2013.1.514) - may 2013 release.

here release notes tooltip of release:

fixed: document title removed when tooltip open
fixed: tooltip content not cleared when title attribute missing , shown target

have tried use new version?


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -