Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

I have an OCR app that generated some gibberish.  The tooltip doesn't like the following text and throws this error:


X ! Bostionye® ‘ - - n Mobile phone lars » | { W v DR Ve "d A \


ej2.min.js?id=6af91d389b3b2018169a:1 Uncaught TypeError: Cannot read properties of null (reading 'offsetWidth')

    at t.adjustArrow (ej2.min.js?id=6af91d389b3b2018169a:1:1155047)

    at t.beforeRenderCallback (ej2.min.js?id=6af91d389b3b2018169a:1:1159894)

    at t. (ej2.min.js?id=6af91d389b3b2018169a:1:1159219)

    at e.notify (ej2.min.js?id=6af91d389b3b2018169a:1:755786)

    at e.trigger (ej2.min.js?id=6af91d389b3b2018169a:1:784994)

    at t.showTooltip (ej2.min.js?id=6af91d389b3b2018169a:1:1159160)

    at t.open (ej2.min.js?id=6af91d389b3b2018169a:1:1173882)

    at t.mouseMoveHandler (ej2.min.js?id=6af91d389b3b2018169a:1:8438711)



The grid is standard with:

clipMode: 'EllipsisWithTooltip',

{field: 'front_ocr', headerText: 'Front OCR',hideAtMedia: '(min-width: 415px)',},

Error is thrown on hover.