Hi Paolo,
I'm afraid I can't reproduce it anymore.  The caret is there and I now see 
buttons on the nav menu.   I updated to the latest layout.html, and 
reverted back and it's still fixed !?  Sorry for the time waster but I 
swear I tried everything yesterday ?   
I've just put your two files above back on my old app and it still works 
like a charm.

After that small diversion,   I'm still looking forward to seeing your 
changes in the source.

Regards
Andrew W





On Thursday, June 7, 2012 8:29:48 PM UTC+12, LightDot wrote:
>
> 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