Skip to content

Fix reorder/parsons question selected item focus-outlines #2217

Open
sjd210 wants to merge 1 commit into
mainfrom
hotfix/parsons-focus-outline
Open

Fix reorder/parsons question selected item focus-outlines #2217
sjd210 wants to merge 1 commit into
mainfrom
hotfix/parsons-focus-outline

Conversation

@sjd210

@sjd210 sjd210 commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Currently a selected item will have its focus outline around the original item position, rather than the offset position used to indicate its selection.

This is because of an interaction with position: fixed causing the position of the item itself to not change while its children do. We can therefore just move the outline to the moved child to fix the visual issue.

@codecov

codecov Bot commented Jun 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.56%. Comparing base (2321dd9) to head (e4b1f3a).

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #2217    +/-   ##
========================================
  Coverage   43.56%   43.56%            
========================================
  Files         597      597            
  Lines       25217    25217            
  Branches     8355     7479   -876     
========================================
  Hits        10985    10985            
- Misses      14175    14183     +8     
+ Partials       57       49     -8     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant