[WC-349]: Prevent scroll on column selector focus - #1821
Merged
Conversation
r0b1n
reviewed
Aug 12, 2025
rahmanunver
force-pushed
the
fix/wc-3049_column_selector_scroll
branch
from
August 12, 2025 13:31
7905fbc to
c71b2ea
Compare
Collaborator
|
need rebase @rahmanunver |
r0b1n
force-pushed
the
fix/wc-3049_column_selector_scroll
branch
from
August 27, 2025 08:52
c71b2ea to
eaaced5
Compare
rahmanunver
force-pushed
the
fix/wc-3049_column_selector_scroll
branch
from
August 28, 2025 07:52
eaaced5 to
3cb44e0
Compare
leonardomendix
previously approved these changes
Sep 4, 2025
gjulivan
force-pushed
the
fix/wc-3049_column_selector_scroll
branch
from
September 4, 2025 11:35
3cb44e0 to
2e95703
Compare
gjulivan
force-pushed
the
fix/wc-3049_column_selector_scroll
branch
from
September 4, 2025 19:15
2e95703 to
31a6fc7
Compare
leonardomendix
previously approved these changes
Sep 5, 2025
gjulivan
approved these changes
Sep 8, 2025
leonardomendix
approved these changes
Sep 8, 2025
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.
Pull request type
Bug fix (non-breaking change which fixes an issue)
Description
The referenced column selector element was being focused after loading DG2 as a solution for focus behavior, it was causing a horizontal scroll issue on initial load. We are keeping the focus behavior same but preventing the scroll now.
What should be covered while testing?
A dg2 nested in container with column selector enabled. See the test project.