fix: task area might have incorrect height after resize in some cases #1061
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
在启动器为显示状态时,直接拖拽dock边缘迅速调整dock高度会导致dock高度变回拖拽前的高度,表现行为即dock显示不完整或dock内组件使用的高度与dock自身高度不符.
根音是启动器的隐藏会触发dock隐藏状态属性变化的信号(无论是否真的变化了),此属性绑定了调整dock窗口高度的动画,动画中修改了窗口的实际高度.
由于当前仅以最保守的形式进行bug修复,此处仅添加了属性是否实际变化的检查,并仅在真的变化时才发变化的信号.此部分对应的写法应当后续改掉.
PMS: BUG-303541, BUG-303155