UTMB Web: Release Notes

v4.1.7.01 Bugfix: Missing images using photo caption classes on accordion and expandable list widgets

Release Date: 2023-10-12

Description of Issue:

Inline style width miscalculation on the accordion list and expandable list widgets when using the photo-caption and photo-caption-right CSS classnames resulting in the appearance of missing images. The images are actually there, but the figure wrapper width is set to 0 on the element that is hiding the images.

Example:

v4.1.7.01 Bugfix: Missing images using photo caption classes on accordion and expandable list widgets

Widgets Affected:

  • Lists/List.Accordion.cshtml
  • Lists/List.ExpandableList.cshtml

CSS Classes Affected:

  • photo-caption
  • photo-caption-right

 

Top