fix: temporarily disable flickable bounds behavior#750
Merged
Conversation
1. Commented out the boundsBehavior property setting in the GridView 2. This change disables the "StopAtBounds" behavior that was preventing scrolling beyond content boundaries 3. The property is temporarily disabled for testing purposes or to allow smoother scrolling behavior Influence: 1. Test scrolling behavior in the GridView to ensure it can scroll beyond content boundaries 2. Verify that the UI remains responsive and doesn't exhibit unexpected behavior 3. Check if any other scrolling-related properties need adjustment 4. Test with different content sizes to ensure proper functionality 5. Monitor performance impact of removing bounds constraints fix: 临时禁用可滑动组件的边界行为 1. 注释掉了 GridView 中的 boundsBehavior 属性设置 2. 此更改禁用了阻止滚动超出内容边界的 "StopAtBounds" 行为 3. 暂时禁用此属性用于测试目的或实现更平滑的滚动行为 Influence: 1. 测试 GridView 中的滚动行为,确保可以滚动超出内容边界 2. 验证 UI 保持响应且不会出现意外行为 3. 检查是否需要调整其他与滚动相关的属性 4. 使用不同大小的内容进行测试以确保功能正常 5. 监控移除边界约束对性能的影响 PMS: BUG-356899 BUG-343525 修改后未复现,后续提BUG继续追踪。
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: BLumia, wjyrich The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Contributor
Author
|
/forcemerge |
|
This pr force merged! (status: blocked) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Influence:
fix: 临时禁用可滑动组件的边界行为
Influence:
PMS: BUG-356899
BUG-343525 修改后未复现,后续提BUG继续追踪。