wagtailmedia icon indicating copy to clipboard operation
wagtailmedia copied to clipboard

Thumbnail editing UI looks broken

Open thibaudcolas opened this issue 6 years ago • 1 comments
trafficstars

In the audio/video edit views, the thumbnail editing UI doesn't look right:

thumbnail-edit
  • "Change thumbnail file: Currently:" provides the same info as the thumbnail's file name + link above it
  • "Clear" and its checkbox aren't side by side
  • "Change" isn't styled like "Clear" is

Tested with Wagtail 2.3.

This seems like it might have been caused by changes in Wagtail's styles that this extension might be relying on, but I didn't investigate further.

thibaudcolas avatar May 08 '19 10:05 thibaudcolas

This is because the template duplicates the widget output.

Should probably leave this to the widget and remove the anchor rendered by the template.

Could probably update the file widget to be the same here and simplify in one issue

thenewguy avatar Dec 24 '19 23:12 thenewguy