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

Modal flicker - Issue 177 similar behavior is still happening in 1.1.0 #671

Closed FranzZemen closed 9 years ago

FranzZemen commented 9 years ago

https://github.com/zurb/foundation-apps/issues/177 was closed, but similar behavior still happening in 1.1.0. It also occurs with the panel component.

The modal is opened. Then it is closed. Then re-opened, it flickers and goes away. Then the third time everything's fine. Sometimes if I wait awhile it seems to not have this issue.

Note that opening is with zf-open directive, but closing is with FoundationAPI.publish.

Also, see https://github.com/zurb/foundation-apps/issues/598 ...seems to be similar issue.

FranzZemen commented 9 years ago

I pulled master. I then removed jquery per the open thread at: https://github.com/zurb/foundation-apps/issues/481

Modal seems to behave now. Not sure if I'll need full jquery (481 is still open), but angular's lite version is enough for now.

Since 481 is open, closing this one.