You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.
That function gets the open, close, and active-false actions. However, it does not get the active-true action.
After some playing around in the Foundation code, it seems that the active-true is trying to be published against the <aside> tag that gets generated within the zf-modal, rather than the zf-modal itself.
In my case, I've been able to subscribe to an empty string:
@mattgrande I'm not sure if it would help, but I made some changes to how zf-advise works in the framework (#741). I've only ever needed to use zf-advise for panels, not modals, so these changes may not fix your issue.
I have a modal that looks like this:
And I'm subscribed to it like this:
That function gets the
open
,close
, andactive-false
actions. However, it does not get theactive-true
action.After some playing around in the Foundation code, it seems that the
active-true
is trying to be published against the<aside>
tag that gets generated within thezf-modal
, rather than thezf-modal
itself.In my case, I've been able to subscribe to an empty string:
but I can't imagine that's desired behaviour.
The text was updated successfully, but these errors were encountered: