zurb / foundation-apps

The first front-end framework created for developing fully responsive web apps.
http://foundation.zurb.com/apps
MIT License
1.58k stars 216 forks source link

zf-action-sheet manual trigger fails to show the content #733

Closed soyuka closed 8 years ago

soyuka commented 8 years ago

Using same code as the docs states:

<a href="#" zf-hard-toggle="separate-actionsheet">Toggle</a>
<a href="#" zf-hide="separate-actionsheet">Hide</a>
<zf-action-sheet id="separate-actionsheet">
  <zf-as-content position="top">
    <p>Message for you, sir!</p>
  </zf-as-content>
</zf-action-sheet>

When clicking "Toggle" the content shows and then fade back out. I was using 1.1.x and just tried on master.

What version are you using in the docs?

Note that when using zf-as-button everything works fine.

zurbchris commented 8 years ago

Locally, it's working just fine, which is on master. In fact we're browser testing right now.

soyuka commented 8 years ago

What could prevent it from working? I'll try again locally!