You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scenario : hover mouse pointer on any component tooltip gets displayed correctly. Now when I mouse click on the appeared tooltip then it disappears which is ok. But now moving to another component in same canvas causes some problem due to which tooltip is not getting displayed. For showing the tooltip i need to move mouse pointer out-side of the zebkit canvas at least once. Now when i hover on any component then tooltip appears.
I am not able to find the cause of this ? What could be the problem ?
The text was updated successfully, but these errors were encountered:
It works in my case. Here is example with three button. Tooltip is set for every button. Pressing on button hides tooltip when you move cursor to another button tooltip is shown as expected. The example can be run with the link below:
With your demo I am not able to click on the tooltip area. In this tooltip disappears when mouse is moved. My problem is with zebkit grid. Also tooltip does no disappears quickly as I can seen in your demo. Since tooltip is not disappearing quickly I am able to click on it in my case. This could be the problem with the gird. if you try this with grid you will find be able to observe this issue.
scenario : hover mouse pointer on any component tooltip gets displayed correctly. Now when I mouse click on the appeared tooltip then it disappears which is ok. But now moving to another component in same canvas causes some problem due to which tooltip is not getting displayed. For showing the tooltip i need to move mouse pointer out-side of the zebkit canvas at least once. Now when i hover on any component then tooltip appears.
I am not able to find the cause of this ? What could be the problem ?
The text was updated successfully, but these errors were encountered: