Comment 17 for bug 801081

Revision history for this message
Richard Mansfield (richard-mansfield) wrote :

Stacey, I'm just curious, is there a reason why you can't click on the top-level menu items when drop-down mode is on?

I'd like to be able to do that, for example when I want to go quickly to My Views, I can't just click 'Portfolio', I have to hover over Portfolio first, and then move the mouse down the dropdown to 'Pages'.

I noticed this in the template:

<a href="{if $INSTITUTIONALADMIN}{$WWWROOT}{$item.url}{else}#{/if}"...

Is there any reason we can't remove that {if...} bit altogether and just always put {$item.url} in instead of "#"?