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 SelectableBox problems #886

Merged
merged 2 commits into from
Mar 11, 2024
Merged

Conversation

jesperhodge
Copy link
Member

@jesperhodge jesperhodge commented Mar 11, 2024

Due to a bug in the SelectableBox component, selecting values was not possible in different components throughout this MFE.

This fixes the Gallery and the Select Problem Types components by updating the FLCC version and replacing the SelectableBox copy with an import from FLCC.

For a full bug description see #880.

@jesperhodge jesperhodge requested a review from a team as a code owner March 11, 2024 19:54
Copy link

codecov bot commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.30%. Comparing base (dad4bd5) to head (ffe8c59).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #886      +/-   ##
==========================================
+ Coverage   90.64%   91.30%   +0.66%     
==========================================
  Files         578      561      -17     
  Lines       10037     9768     -269     
  Branches     2142     2081      -61     
==========================================
- Hits         9098     8919     -179     
+ Misses        899      816      -83     
+ Partials       40       33       -7     

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

@jesperhodge jesperhodge merged commit b5a2876 into master Mar 11, 2024
6 checks passed
@jesperhodge jesperhodge deleted the fix--problem-select-not-clickable-2 branch March 11, 2024 21:09
jesperhodge added a commit that referenced this pull request Mar 11, 2024
The Configure Live modal in Pages & Resources page uses a selectable box to select the video conferencing tool. It seems broken as well (not selectable).

It looks like the bug with not working SelectableBox (see e.g. #886) affects pretty much any component that uses it.

Thus, this PR replaces every usage of the paragon component with our working copy from flcc.
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.

2 participants