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

Fix vertical jank in reorder mode row selection #3113

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

brianzelip
Copy link
Collaborator

@brianzelip brianzelip commented Feb 8, 2024

This PR fixes the vertical jank/movement that happens in the Staff app in record reorder mode when an individual row is selected. It does so by rewriting the styles related to the row's drag handle. It also updates the drag handle grip icon svg to that which is used in the upcoming Softserv Staff fixes.

The need for this work was observed while working on the related ANW-1447 although it doesn't directly solve the issues in ANW-1447. Since work on ANW-1447 was halted via a recent staff meeting, this quick fix was pushed up.

Problem

GH-3113-reorder-mode-jank problem

Solution

GH-3113-reorder-mode-jank solution

How Has This Been Tested?

Manual in-browser

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@brianzelip brianzelip added this to the 3.5.0 milestone Feb 8, 2024
Copy link
Collaborator

@donaldjosephsmith donaldjosephsmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat, didn't know the handles were inline SVGs like that.

@donaldjosephsmith donaldjosephsmith merged commit 0378dff into master Feb 8, 2024
11 checks passed
@donaldjosephsmith donaldjosephsmith deleted the reorder-mode-vertical-jank branch February 8, 2024 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants