dindinet / pwi

Automatically exported from code.google.com/p/pwi
0 stars 0 forks source link

Second container inherits height of first container #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. adjusting demo3.html. My goal is that the second row of images (container2) 
is smaller in size (say 72px). Replace line 95 "settings.sortPhotos = 
"ASC_DATE";" with "settings.thumbSize = "72";"
2. reload the web browser. The thumbs are smaller now; that's good. However the 
height of the div of container2 seems to be inherited from container1.  I 
that's what I don't want that to happen.
3.

What is the expected output? What do I see instead?
The height in the second row of thumbs is similar to the height in the first 
row of thums (177 in this case). I Hope to see a height that suites the 72px 
that I have set.

What version of the product am I using? On what browser and version and
operating system?
Version 2.0 in Chrome 18

It's probably easy to fix. Any help is appreciated.

Original issue reported on code.google.com by Jee...@gmail.com on 9 Apr 2012 at 6:49

GoogleCodeExporter commented 9 years ago
I can reproduce the problem. I will take a look at it and see if I can fix this.

Original comment by borkh...@gmail.com on 25 Jun 2012 at 12:42

GoogleCodeExporter commented 9 years ago
Fixed in SVN version 296. Also updated Demo3 to show this issue is solved.

Original comment by borkh...@gmail.com on 27 Jun 2012 at 2:13