For what it's worth I see the same behavior.
To be a little more specific:
As I mouse over the custom (Download) tab, it gets changes color from a
light blue to a little darker blue.  When I click on the tab, the Main
Page tab turns dark blue, and the Download tab returns to its original
light blue.

If I click on any of the other tabs, they turn dark blue and stay dark
blue.  In addition, this section shows up twice in the index on the left
hand side.  [It only occurs once in the source].

I did some experiments.  When I switched the URL @ref from a @section to
an @page, then the behavior changed slightly.  Now instead of making
"Main Page" dark blue, it now makes "Related Pages" dark blue.

Here's the line from my DoxygenLayout.xml.  This is the only line I
changed from the output of doxygen -l.

    <tab type="user" visible="yes" title="Download" url="@ref download"/>

Here's the complete contents of the Download.c file that contains the
"download" definition:
/**
@page download Download
If you came here to download the software, then click on the <a
href="http://assimilationsystems.com/download/";>download</a> link
to get connected to the Assimilation community, receive links to
prebuilt packages along with installation and usage tips.
*/

Let me know what else you want.


On 03/04/2015 11:28 AM, Albert wrote:
> Stefan,
>
> Would probably be useful to have a small example with source file,
> layout file and Doxyfile and probably as well an image / description
> where it does not work  and does work in the example.
>
> Albert
>
> On Wed, Mar 4, 2015 at 12:41 PM, Stefan Kaufmann
> <stefan.kaufm...@ibeo-as.com <mailto:stefan.kaufm...@ibeo-as.com>> wrote:
>
>     Dear all,
>
>     I have a custom layout xml file defining a user tab:
>     >     <tab type="user" title="Custom" url="@ref custom_page"> </tab>
>     The tab is shown correctly, but when clicked, it is not
>     highlighted like
>     the default tabs when clicked. Looking at the correspondend html file,
>     the "current" style class is missing in the "li" component.
>
>     Is there any solution which is not running a post processing script to
>     repair the affected html files?
>
>     The same issue was posted 2 years ago without any answer, so I try
>     again.
>
>     The doxygen version I am using is 1.8.6.
>
>     Thanks for help!
>     Stefan
>
>     
> ------------------------------------------------------------------------------
>     Dive into the World of Parallel Programming The Go Parallel
>     Website, sponsored
>     by Intel and developed in partnership with Slashdot Media, is your
>     hub for all
>     things parallel software development, from weekly thought
>     leadership blogs to
>     news, videos, case studies, tutorials and more. Take a look and
>     join the
>     conversation now. http://goparallel.sourceforge.net/
>     _______________________________________________
>     Doxygen-users mailing list
>     Doxygen-users@lists.sourceforge.net
>     <mailto:Doxygen-users@lists.sourceforge.net>
>     https://lists.sourceforge.net/lists/listinfo/doxygen-users
>
>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the 
> conversation now. http://goparallel.sourceforge.net/
>
>
> _______________________________________________
> Doxygen-users mailing list
> Doxygen-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/doxygen-users

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to