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

Fullscreen component can't be a container in Chromium? #2

Open
mirisuzanne opened this issue Dec 22, 2023 · 0 comments
Open

Fullscreen component can't be a container in Chromium? #2

mirisuzanne opened this issue Dec 22, 2023 · 0 comments
Labels
browser-bug There's a known browser issue involved bug Something isn't working

Comments

@mirisuzanne
Copy link
Member

Describe the bug

Currently we define the :host as an inline-size container, but remove that in fullscreen mode. For some reason, the container property in fullscreen was causing slides to appear empty.

To Reproduce

  1. Remove :not(:fullscreen) from the :host() selector at the top of the component definition
  2. Use the command-period shortcut to enter fullscreen mode

Expected behaviour

It should be a normal presentation mode, but fullscreen. Instead I see empty slides.

Screenshots

The demo slides not in fullscreen mode
In fullscreen we only see the slide borders, but no content

Additional context

This seems to be a Chromium issue. It works fine in Safari. Firefox has other issues.

@mirisuzanne mirisuzanne added the bug Something isn't working label Dec 22, 2023
@mirisuzanne mirisuzanne self-assigned this Dec 22, 2023
@mirisuzanne mirisuzanne added this to the v1.0 Production-Ready milestone Dec 22, 2023
@mirisuzanne mirisuzanne added the browser-bug There's a known browser issue involved label Dec 22, 2023
@mirisuzanne mirisuzanne removed their assignment Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-bug There's a known browser issue involved bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant