H5P visual bug on Windows OS for display of user marks
Submitted by omanpaur8 on Wed, 03/29/2023 - 22:58
Forums:
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)
- In a moodle course, click on “Add Activity or Resource” and add “H5P”
- Select any content that has questions from the content bank (ie, a multiple choice question h5p file)
- Click on “save and return to course”
- Answer the questions required
- Observe on Windows that when clicking and dragging over the marks display to highlight it, text is revealed beneath
H5P file:
BV52
Thu, 03/30/2023 - 18:24
Permalink
Hi omanpaur8,Thank you for
Hi omanpaur8,
Thank you for reporting this. I have created a bug report and you can follow the progress here.
-BV
papi Jo
Thu, 03/30/2023 - 18:39
Permalink
Hi omanpaur8
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
Fri, 03/31/2023 - 18:53
Permalink
Hi Papi Jo,I think the fact
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
Fri, 03/31/2023 - 22:13
Permalink
Nothing that a simple `user
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
Mon, 04/03/2023 - 18:16
Permalink
Thanks Oliver!
Thanks Oliver!