Skip to content

[WebviewView] Changing Title When webviewView.visible === false #106083

@GordonSmith

Description

@GordonSmith

Testing #105764

When the WebviewView is not visible, changing the title is not reflected visually:

        this._webviewView.onDidChangeVisibility(e => {
            this._webviewView.title = this._webviewView.visible ? "All Good!": "Never Displayed";
        });

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersverifiedVerification succeededwebviewWebview issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions