Skip to content

FullscreenOverlayContainer not working #15033

Description

@GeorgeKnap

What is the expected behavior?

Fullscreen should correctly display CDK drag & drop while in fullscreen via javascript Fullscreen API

What is the current behavior?

dragged object is not visible while dragging.

What are the steps to reproduce?

  1. register FullscreenOverlayContainer in module providers:
    {provide: OverlayContainer, useClass: FullscreenOverlayContainer}
  2. use screenfull npm package in angular aplication to implement fullscreen feature

dragged elements should be visible while dragging but not
fullscreendrag

Which versions of Angular, Material, OS, TypeScript, browsers are affected?

Angular: 7.2.3
Material & CDK: 7.3.0
Typescript 3.2.4
Windows 10
Chrome

Is there anything else we should know?

I create my own MaterialModule which imports & exports necessary modules from @angular/material. That module is being imported into each feature module that use the fullscreen function.

Metadata

Metadata

Assignees

Labels

P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgent

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions