Issues
- Review: Add optional description Image SliderHFP-4213
- Drag the Words: Show tooltip for dropped draggablesHFP-4135
- Review: Escape RoomHFP-4097
- Label doesn't support translations in H5P Virtual Tour 360HFP-4002
- Review "Vocabulary Drill"HFP-3942
- CoursePresentation: Fix small bugs with GoToSlideHFP-3918
- Document Export Page: Fix button accessibilityHFP-3888
- Chart: Review pull-request to add two new chart typesHFP-3887
- Image Hotspots: Give author more control over popup positioning and sizingHFP-3873
- Course Presentation: Add optional label to interaction that is displayed as a button (pre-approved)HFP-3872
- Documentation Tool (Standard Page): Add checkbox list and dropdown menu to subcontent typesHFP-3861
- Documentation Tool (Goals Page): Add predefined goalsHFP-3860
- H5P Core/Moodle plugin: Tooltip can overflow viewport and can be hidden underneath other elementsHFP-3817
- Drag the Words: Fix draggable styling incl. color contrastHFP-3797Resolved issue: HFP-3797
- Collage: Allow authors to enter metadata for imagesHFP-3679Resolved issue: HFP-3679
- Discuss handling animated GIFs to meet WCAG 2.1 SC 2.2.2HFP-3652
- Drag N Drop - Draggable Left Justified is defaulted to CenteredHFP-1884
17 of 17
Review: Add optional description Image Slider
Description
Acceptance Criteria
None
Details
Assignee
UnassignedUnassignedReporter
Oliver TackeOliver TackePriority
Medium
Details
Details
Assignee
Unassigned
UnassignedReporter
Oliver Tacke
Oliver TackePriority
Created February 24, 2025 at 6:29 PM
Updated February 24, 2025 at 6:32 PM
Acceptance criteria
Changes meet UX design https://www.figma.com/design/77UcMBgR1cbpSsmzRluTay/Image-slider?node-id=110-1724&t=R2FffJ4camE6q5m8-0
Code is okay
Background
NDLA proposed to add an optional text description. The idea was accepted and https://www.figma.com/design/77UcMBgR1cbpSsmzRluTay/Image-slider?node-id=110-1724&t=R2FffJ4camE6q5m8-0 was created to show how this should look and feel.
Notes
The toggle effect of descriptions currently is not animated. The requirements to have at least two lines for the description clashed with the required use of
line-clamp
/max-height
and the inability to smoothly transform from a fixed height toauto
. Will need to familiarize withinterpolate-size: allow-keywords
, find JavaScript or other solution.Pull requests
https://github.com/falcon-git/h5p-image-slider/pull/37
https://github.com/falcon-git/h5p-image-slide/pull/18