ProcessWire icon indicating copy to clipboard operation
ProcessWire copied to clipboard

ImageField layout tweaks

Open somatonic opened this issue 10 years ago • 2 comments

Since I often use image field in smaller fields or columns the "drag files..." is always overlapping...

image

Making it not position absolute would be nicer...

image

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

image

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

image

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:

image

While at it. I'm always wondering why the image field description is appended after the image, instead at the top before the images.

somatonic avatar Apr 08 '14 14:04 somatonic

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 avatar Apr 08 '14 15:04 somatonic

@somatonic The ImageField has had a lot of updates since this issue was written. Is this still an issue?

isellsoap avatar Oct 01 '16 07:10 isellsoap