When editing a confluence page, the page editor tools across the top of the page do not have tool tips that explain what each tool tip does. Is there a setting to turn those on? I dont see any documentation for that.
thanks!
@Craig Duffy I am not aware of any way to turn those off. Is this happening in all browsers? Have you tried clearing your cache?
Hi, thanks for getting back to me.
I am experiencing this issue in multiple browsers, with cache cleared
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Craig Duffy what browser are you using and what version of Confluence are you on?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Im using Chrome and Safari (error is showing in both browsers), and using Data Center Confluence 8.5.7
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Craig Duffy I have 8.5.7 as well and it does loads the tool tips. If you use the Chrome browser and use the developer tools (F12). Are there any errors when the page loads?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Craig Duffy any errors when in the network section?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Craig Duffy are others having the same issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Craig Duffy I think that there might be an issue with the JavaScript on your instance. I was looking into how the tooltips work and when you hover over any of the items the JavaScript add the following to the DOM: <div class="tipsy aui-tooltip tipsy-n" role="tooltip" style="top: 108px; left: 798.35px; visibility: visible; display: block; opacity: 1;" id="tipsyuid21"><div class="tipsy-arrow tipsy-arrow-n"></div><div class="tipsy-inner">Delete table</div></div>
If this is not being loaded then the tooltip will not be displayed. It looks like this is loaded right above the </body> I would suggest inspecting the page and seeing if the code above loads on hover over.
If it does not load then the JavaScript is messed up. If it is loading then you have an issue with the CSS.
Let me know if you see it loading or not.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see this:
<a href="" title="" id="content-metadata-jira" class="aui-button aui-button-subtle content-metadata-jira tipsy-disabled hidden" resolved=""><span>Jira links</span></a>
Does that help? If Im reading this right, its been disabled and hidden
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Craig Duffy that is what I see on Jira Links. Can you share what you see on the editor buttons?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I think this might be what you are looking for? It seems like the text is there, but on rollover its not displaying.
Let me know if I need to look somewhere else.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Craig Duffy sorry missed it. Can you you inspect the page and on hovering over the bold you should see a tooltip html added to the bottom of the code so you will need to scroll down to that prior to hovering over the editor. When you hover over the editor you should see the code highlighted in yellow appear. Are you seeing that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Craig Duffy if that is a screenshot of when you hover over the icon and nothing is there I would assume it is a JavaScript issue. I would recommend starting your instance in safe mode. This will disable all of the apps https://confluence.atlassian.com/upm/disabling-and-enabling-apps-273875716.html I am wondering if you have an app that is causing the issue. If could also be something that occurred on an update. If it works in safemode then it is an app if not then you might want to try upgrading to a newer version and see if that fixes the issue. You could also open an support issue with Atlassian and create a support file. They will be able to look through it and see if there is a fix that they could provide.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Brant-
I went into incognito, and didnt see any JS errors. I will open a ticket with Atlassian. thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.