openfun / marsha

:clapper: An opensource LTI Learning Content Management System (LCMS)
MIT License
106 stars 24 forks source link

[Marsha Deposit Files] Filtering files bug on mouseover #1820

Closed NamFra closed 11 months ago

NamFra commented 1 year ago

Bug Report

Actual Behavior The Deposit Files LTI component scrolls up when a teacher hovers the filter "readFilterSelect__input".

As you can see in the first 10 seconds in the video below, the component works as excepted in staging (cms.preprod-d2rp.apps.openfun.fr). This bug occurs only in production (11-25 seconds).

bug-depostif-scroll-up.webm

Steps to Reproduce

  1. Create a Marsha Deposit Files LTI component on studio.fun-mooc.fr
  2. Upload a file in student view (LMS-side)
  3. Try to select Read/Unread files by hovering the filter ("readFilterSelect__input")
  4. See the component scrolling up when you do so

Environment

Kitero commented 1 year ago

I think it's related to https://github.com/grommet/grommet/issues/6528

NamFra commented 11 months ago

Fixed by replacing Grommet with Cunningham (probably here https://github.com/openfun/marsha/pull/2427)