eclipse-theia/theia

unexpected refresh of a webview

开放

#8,251 创建于 2020年7月28日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (2,478 个派生)batch import
bughelp wantedwebviews

仓库指标

星标
 (18,676 个星标)
PR 合并指标
 (平均合并 15天 4小时) (30 天内合并 75 个 PR)

描述

Bug Description:

A webview is been refreshed when it is maximized or minimized

Steps to Reproduce:

  1. download and run https://github.com/microsoft/vscode-extension-samples/tree/master/webview-sample
  2. when you maximize or minimize the running webivew you see that the content of a webview is disappears for a few seconds, actually it is being refreshed and it does not stop in any break point even if you put them in a vscode webvew life cycle methods.

Additional Information

@theia/core 1.3.0

贡献者指南