-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Embedded dashboard chrome is visible #13040
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Dashboard
Dashboard related features
Comments
cjcenizal
added
Feature:Dashboard
Dashboard related features
:Sharing
bug
Fixes for quality problems that affect the customer experience
labels
Jul 21, 2017
Full screen mode broke this. I'll add a test to ensure this doesn't happen again as this is the second time it's been broken by something directly setting the visibility of the chrome and overriding the embed parameter. |
stacey-gammon
added a commit
to stacey-gammon/kibana
that referenced
this issue
Aug 1, 2017
stacey-gammon
added a commit
to stacey-gammon/kibana
that referenced
this issue
Aug 3, 2017
elastic#13250) * Make sure no one can show the chrome if the default setting is hidden. add tests Fixes elastic#13040 * Improve variable and function names and fix tests
stacey-gammon
added a commit
to stacey-gammon/kibana
that referenced
this issue
Aug 3, 2017
elastic#13250) * Make sure no one can show the chrome if the default setting is hidden. add tests Fixes elastic#13040 * Improve variable and function names and fix tests
This was referenced Aug 3, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Dashboard
Dashboard related features
Kibana version: Master (6.0.0)
Note: To recreate this bug you'll need to create a file locally (or some other alternative) instead of using CodePen, since it looks like they're blocking IFRAMEs.
Embedding a dashboard with this share URL:
Results in this IFRAME:
Looks like the
embed=true
flag isn't having the desired effect. We might need to take a closer look at the logic which controls hiding/showing chrome based onembed=true
and full screen mode, and make sure there aren’t any conflicts.The text was updated successfully, but these errors were encountered: