[Fill in the Blanks] Resizer doesn't adjust when input text increase height
Submitted by ymdahi on Thu, 03/02/2023 - 02:34
Forums:
Problem
When the student inputs values into a Fill in the Blank input field, the width of the input may increase. If this happens enough (and there are multiple inputs) then the "Check" button to submit the question will be hidden from the student since the overflow of the containers of each input set are hidden.
This video illustrates the problem: https://studio.libretexts.org/h5p/13708
Test this bug out yourself: https://studio.libretexts.org/h5p/13538
- Content type version: 1.14.2 (Fill in the Blanks)
- Server: Drupal 9
Proposed Solution
Just some suggestions:
- Allow overflow:scroll on .h5p-question-content
- Set .h5p-question-buttons to position:fixed; bottom:0 to always show
Content types:
ymdahi
Thu, 03/02/2023 - 03:08
Permalink
Fixed in newer version
Apologies, this bug was already fixed in the latest version of Fill in the blanks, v1.14.4 (PR on github).