Yes, I thought it might be a feature, not a bug :)

I was just testing the bootstrap integration and capabilities, so no great 
harm. Thanks for clarifying.


On Thursday, June 7, 2012 10:24:44 AM UTC+2, Paolo Caruccio wrote:
>
> I'm afraid you can not do it. The first item in the dropdown menu (having 
> class="dropdown") can not contain an URL. The structure of the dropdown 
> menu is as follows (taken from this page 
> http://twitter.github.com/bootstrap/components.html#navbar):
>
> Adding dropdown menus
>
> Adding dropdowns and dropups to the nav is super simple, but does require 
> the use of our javascript 
> plugin<http://twitter.github.com/bootstrap/javascript.html#dropdowns>
> .
>
>
>    1. <ul class="nav">
>    2.   <li class="dropdown">
>    3.     <a href="#"
>    4.           class="dropdown-toggle"
>    5.           data-toggle="dropdown">
>    6.           Account
>    7.           <b class="caret"></b>
>    8.     </a>
>    9.     <ul class="dropdown-menu">
>    10.       ...
>    11.     </ul>
>    12.   </li>
>    13. </ul>
>
>
> Il giorno giovedì 7 giugno 2012 04:13:19 UTC+2, LightDot ha scritto:
>>
>> I can confirm this, using fresh welcome application and Bootstrap 
>> upgraded to 2.0.4.
>>
>> If a menu item has both an URL specified and also additional submenus, 
>> these don't get displayed. Regardless if this is a first or a second level 
>> menu item. If the URL is set as None, additional submenus display properly.
>>
>> Regards
>>
>> On Wednesday, June 6, 2012 11:13:48 PM UTC+2, Paolo Caruccio wrote:
>>>
>>> Szimszon,
>>>
>>> is it a new application or have you replaced an old layout with that new 
>>> one?
>>>
>>>
>>> Il giorno mercoledì 6 giugno 2012 13:42:22 UTC+2, szimszon ha scritto:
>>>>
>>>> I have issue with dropdown menu when the main menu is a link too.
>>>>
>>>> If I click on the main menu than that menu is activated and I can't 
>>>> access the items below it with any means :(
>>>>
>>>
>>> Il giorno mercoledì 6 giugno 2012 13:42:22 UTC+2, szimszon ha scritto:
>>>>
>>>> I have issue with dropdown menu when the main menu is a link too.
>>>>
>>>> If I click on the main menu than that menu is activated and I can't 
>>>> access the items below it with any means :(
>>>>
>>>

Reply via email to