-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[Table] Fix missing selection border on left edge of grid #1622
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Self-review
@@ -104,6 +104,13 @@ $table-quadrant-scroll-container-overflow: 20px; | |||
height: auto; | |||
overflow-x: hidden; | |||
} | |||
|
|||
// correct missing left selecton border when selection includes | |||
// cells in the first column (#516). we do this by requiring at least |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should say #1444.
Fix commentPreview: documentation | table |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as expected, but it's really awkward that we have this blue line staying around on scroll, only when a selection is on the edge of a region.
I wouldn't mind having the blue line sticking around if the behavior was consistent no matter what the selection is, but I still think the ideal scenario is no blue line visible on scroll
@llorca I agree. I have a potential fix in mind. |
Addreses #1444
Changes proposed in this pull request:
Table
now displays a left border on selections that are flush with the left side of the grid.Reviewers should focus on:
LEFT
andTOP_LEFT
quadrants when they're not needed. :)Screenshot