Forums | Mahara Community
Support
/
Image Gallery items in view in 8px heigh div
25 July 2014, 0:45
In short, a View containing a large number of images in a Gallery has all their heights 'shrunk' to 8px high. In one case all the images are width=250px by height=175px. However, the containing div looks like this...
<div style="float: left; padding: 3px; height: 8px;" class="thumb">
<a rel="lightbox_99309" href="https://portfolio.gla.ac.uk/artefact/file/download.php?file=157780&view=21778&maxwidth=1024" title="" target="_blank">
<img src="https://portfolio.gla.ac.uk/artefact/file/download.php?file=157780&view=21778&maxwidth=250" alt="" title="" class="frame">
</a>
</div>
...(note the 8px height in the enclosing div).
Once again, this seems to have happened since an upgrade from 1.6 to 1.9. Any thoughts appreciated.
25 July 2014, 23:59
Hi, We've also noticed this has happened on image galleries since moving to 1.9. and were wondering if this is a bug?
26 July 2014, 8:13
Hi,
I believe the bug is the one described here: https://bugs.launchpad.net/mahara/+bug/1266586
Yes this is a known bug and I've added a fix for this to the master branch of mahara (as part of another patch).
I will look at getting the relevant bits from that patch and backport to fix for version 1.9 also.