Hello community,
I have a page with a Localtab Group macro and some Localtabs inside. If I use a browser search to find a word in a tab currently not shown there is no result (of course).
Is there any way like e.g. a macro or similar to find anything in one of the tabs?
best regards
Humabalan
Confluence Server 7.4.3
Yes, the problem is that the text is hidden behind other content.
If I was fixing this and I was the vendor, Bitvoodoo, I would attempt the following:
Have a javascript event listener which listens for text selection events within the Localtab* macros.
If the selected text is not visible, I would register a click event on the tab which contains the text, thereby making the selection visible.
Also, something similar could probably be achieved if text within a hidden tab is the search term from a Confluence search.
As you're on Confluence Server, you could probably roll your own JS in the meantime.
Thank you for this nice idea, David. Unfortunately you are not the vendor (who could implement this js function). And adding js scripts by myself could only be done if I am a site admin, right?
Anyhow, nice idea. I hope that someone from bitvoodoo will read this :-)
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.