Skip to content

Should window sizing commands wait before content has finished resizing before returning #1242

Open
@InstyleVII

Description

@InstyleVII

There is currently a gray area in the specification when doing window sizing for:
Set Window Rect
Maximize
Fullscreen

Set Window Rect explicitly says to set the browser chrome size in CSS pixels but makes no mention of waiting for the web content to resize before returning.
Maximize also has this issue where we state that we should resize the chrome
Fullscreen as it currently is only resizes the element which is okay for now (as that would assumed resizing the content is waited for since the element becomes all of the displayed content) however if this changes to be the equivalent of a browser fullscreen it will suffer this problem as well.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions