Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Popup content gets set to title in production only #157

Closed
ScottShannon opened this issue Oct 5, 2016 · 2 comments
Closed

Popup content gets set to title in production only #157

ScottShannon opened this issue Oct 5, 2016 · 2 comments

Comments

@ScottShannon
Copy link
Contributor

When using the ui-popup component locally on my machine, the title and content correctly display. However, I send everything into production, the content and title text are the value of the title parameter. I have also observed this behavior on your documentation example. Screenshot below.
Currently use Ember 2.7.0 and the documentation site I see is on 2.8.1. Let me know if any further details are required.
{{#ui-popup content="description" title="header"}} <i class="fa fa-check-circle"></i> {{/ui-popup}}
image

@aaronbhansen
Copy link
Contributor

aaronbhansen commented Oct 5, 2016

I found this too. This is actually a Semantic bug I opened up a pull request for Semantic-Org/Semantic-UI#4614.

The solution at the moment is to pass in the full html. Or just don't add the title.

@ScottShannon
Copy link
Contributor Author

ScottShannon commented Oct 5, 2016

Thank you for that information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants