ProcessWire
ProcessWire copied to clipboard
ImageField layout tweaks
Since I often use image field in smaller fields or columns the "drag files..." is always overlapping...

Making it not position absolute would be nicer...

The other thing is when I have grid view the with some images, the description of fields get hanged up...

PS: This is BTW cause of missing clearing floats on container... remember our discussion?

Notice how the .InputfieldFileList ul has no layout height? So the <p class="description">..</p> is clamped to the top of the ui content cause there's no height calculated... Maybe a good place to add our ui-helper-clearfix:

While at it. I'm always wondering why the image field description is appended after the image, instead at the top before the images.
Ok, the issue with the description, seems only when I uploaded images without actually saving or refreshing. After reloading or doin a save, the description is again at the top before the images.
@somatonic The ImageField has had a lot of updates since this issue was written. Is this still an issue?