I'm starting with bootstrap and made a little html template with just a menu header (with dropdown items).
The problem is that after i resize the window to be small enough to force the responsive menu collapse, use the dropdown (navigate) while collapsed, and after that i maximize the window, the dropdown menu item stops working (shows a scroll to view content instead of dropping-down).
Sample code? Just try the "Navbar Template" from bootstrap: http://getbootstrap.com/examples/navbar/
Is there any known fix for this problem?
Tested in Firefox and Chrome.