-
Notifications
You must be signed in to change notification settings - Fork 286
Open
Labels
Description
Describe the bug:
As observed by yuri-karelics, when image is not configured to have tooltip, the tooltip is shown as empty.
Proper behaviour is to disable tooltip completely if not setup and no object, suggesting tooltip text is missing, should be shown.
Reproduce the behavior:
- Run the program on dev server (use command:
npm run serve:dev). - Load the example URL http://localhost:8081/examples/select.html and place mouse on any of the images.
- You should observe an object suggesting no tooltip text is available.
Browser, version, and operating system:
- Browser: Chrome
- Version: 115.0.5790.171
- Platform: windows
Leni-Vienne