Skip to content

[BUG] Console error when clicking online status dot twice #205

@MRawhani

Description

@MRawhani

Describe the Bug:

Clicking the online status dot twice in Users dashboard, a column with icon type, triggers a browser console error.

The error shown is:

Uncaught TypeError: can't access property "closest", this._element is null

The stack trace points to:

  • dispose tooltip.js:174
  • mounted tooltip.js:10

Reproducibilty:

  • Yes
  • No
  • Sometimes

Steps to Reproduce the Behavior:

  1. Go to the table that contains the icon/type column.
  2. Double click the online status dot.
  3. Check the browser console.

Expected Behavior:

Clicking the online status dot multiple times should not trigger any console errors.

Actual Behavior:

Clicking the online status dot twice triggers the following console error:

Uncaught TypeError: can't access property "closest", this._element is null

Screenshots:

Image

Additional Information:

The issue appears to be related to tooltip component .

Metadata

Metadata

Assignees

No one assigned

    Labels

    could havemarks nice-to-have issuesfrontendrequires changes in the frontend of CARE

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions