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

[Bug]: Wrong order involving surfaceItem's resizeMode in qml #294

Open
ZhongYic00 opened this issue Jun 12, 2024 · 1 comment
Open

[Bug]: Wrong order involving surfaceItem's resizeMode in qml #294

ZhongYic00 opened this issue Jun 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ZhongYic00
Copy link
Contributor

SUMMARY | 问题概要

Assertion "The surface's resizeMode Shouldn't is ManualResize" failed after #284 in StackToplevelHelper.

When visible changed from false to true, onEffectiveVisibleChanged may be invoked before resizeMode binding is evaluated, so at the time it remains ManualResize

LAUNCH-WAY | 启动方式

unknown

BACKEND | 启动后端

X11

STEPS TO REPRODUCE | 复现步骤

  1. 运行treeland -r foot
  2. Meta+S 开启多任务视图
  3. Meta+S 关闭多任务视图

OBSERVED RESULT | 观察到的结果

控制台报错assertion failed

EXPECTED RESULT | 期望的结果

无报错

ADDITIONAL INFORMATION | 额外补充

No response

@ZhongYic00 ZhongYic00 added the bug Something isn't working label Jun 12, 2024
@ZhongYic00
Copy link
Contributor Author

May also consider exposing "real visible" in waylib frameDone to treeland?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant