Closed (fixed)
Project:
ZURB Foundation
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Dec 2012 at 22:41 UTC
Updated:
25 Jan 2013 at 06:20 UTC
When implementing the dropdown button, clicking on a link just closes the menu.
I tried it with a button I built myself and with the example button from Zurb. Tested in Chrome and FF.
This is the button I'm referring to:
<div href="#" class="large button dropdown">
Dropdown Button
<ul>
<li><a href="#">Dropdown Item</a></li>
<li><a href="#">Another Dropdown Item</a></li>
<li class="divider"></li>
<li><a href="#">Last Item</a></li>
</ul>
</div>
Comments
Comment #1
ishmael-sanchez commentedHi @jeremysnell,
Thanks for posting this. I was able to reproduce I will take a look and update the issue once I have more.
Comment #2
balintd commentedHi,
I was experimenting and I've found that if you update the foundation.min.js to the foundation.min.js that Foundation 3.2 has, the problem no longer exists.
That's the closest I could get for now, I hope that helps a bit.
Comment #3
ishmael-sanchez commented@balintd cool thanks that helped, fix has been committed.
Comment #4
ishmael-sanchez commented