By LAC Webadmin on Sunday, 01 October 2017
Posted in Technical Issues
Likes 0
Views 608
Votes 0
Hi There,

If you look at the notifications icons in ES toolbar, there is a default Tooltip on it that shows Friends, Notifications, Messages. That tooltip should disappear when the notification pop-box appears, don't you think? It is kind of annoying to see a tooltop when another action just happened.

I am trying to find an event in the popbox js to disable tooltip when popbox is shown just like in the Bootstrap popover $('#notifications').on('shown.bs.popover') but there seems to be none. So, I wish you guys find it annoying too

Thanks,

Jackson
This is not something that is feasible as there are just too many events to listen to just for the sake of hiding the tooltip when a popbox is opened. It will involve too many action listeners and for what it's worth, I don't think this is worth looking into.

Scenario:

1. When you hover over the element, tooltip shows

2. When you click on the element, you can't just hide the tooltip because your mouse would still be hovering over the icon until it reaches the popbox.

3. In regards to #2, the most feasible way is disabling the tooltip when the popbox is triggered. This introduces a lot of other issue because you then need to rebind the tooltip again when the popbox is closed.
·
Sunday, 01 October 2017 15:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

No worries, maybe I'll just disable it from the template override. Maybe someday you guys find a way to figure that out, or maybe with BS4 it would be feasible to just use BS popover instead of creating your own popbox.

Thanks,

Jackson
·
Monday, 02 October 2017 10:49
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Monday, 02 October 2017 13:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post