H5P visual bug on Windows OS for display of user marks

Hello,

On Windows using Chrome 106.0.5249.103 and Firefox 105.0.3, whenever you complete and are awarded marks for a question-based H5P content type (i.e multiple choice), if you click and drag over (from right to left) the X/X, the Star icon and Green bar showing the marks, it reveals text underneath like the image attached.

Steps to replicate in Moodle on Windows (Chrome and Firefox)

  1. In a moodle course, click on “Add Activity or Resource” and add “H5P”
  2. Select any content that has questions from the content bank (ie, a multiple choice question h5p file)
  3. Click on “save and return to course”
  4. Answer the questions required
  5. Observe on Windows that when clicking and dragging over the marks display to highlight it, text is revealed beneath

 

Attachments: 
BV52's picture

Hi omanpaur8,

Thank you for reporting this. I have created a bug report and you can follow the progress here.

-BV

papi Jo's picture

You write "when clicking and dragging over the marks display to highlight it, text is revealed beneath"

So what? Why would you do that and why do you think it's a bug?

BV52's picture

Hi Papi Jo,

I think the fact that if there should be a text shown it should always be shown and on the other hand if there shouldn't be any text shown in that area of the content it shouldd not show at all. I guess since this issue does not really break how the content functions it more of a nuissance.

-BV

otacke's picture

Nothing that a simple `user-select: none;` on the `h5p-joubelui-score-bar-progress` class could not fix, I guess :-) Here's the pull request with the fix: https://github.com/h5p/h5p-joubel-ui/pull/11

BV52's picture

Thanks Oliver!