When you use the option to upload a logo, there is no 'save' button right below the image upload field. I eventually figured out that I have to save the *style* to get the image saved. This seems totally non-intuitive. Anyplace else that you see an image upload field you see a 'save' button right below it.

I think this is a big UX problem.

CommentFileSizeAuthor
#4 940336.patch14.45 KBswentel
#3 940336.patch10.17 KBswentel

Comments

jyve’s picture

Agree! (sorry swentel :))

swentel’s picture

Yeah, I need to think about that - I already did - and it's not easy, but I'll come up with something, probably an 'apply' button like with the custom css plugin. Gimme a few hours :)

swentel’s picture

Status: Active » Needs review
StatusFileSize
new10.17 KB

Karen, can you test the patch attached ?

swentel’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Needs review » Patch (to be ported)
StatusFileSize
new14.45 KB

Already committed on dev (with another small fix too)

karens’s picture

This is better. The submit button is still pretty far away from the upload form. It took me a while to find it even when I knew it should be there. Ideally the button would be right below the upload.

I handled it be doing a form alter to re-name the button and add some descriptive text to make it easier to tell what is going on.

swentel’s picture

Status: Patch (to be ported) » Closed (fixed)

Committed to D7 branch.