I saw some problems creep in when http://drupalcode.org/project/responsive_bartik.git/blobdiff/7853feecb4d... got committed. My basic problem is in a WYSIWYG with the Image Resize Filter, that CSS attribute prevents the image from properly being dragged to a cropped size in either Chrome or Firefox (the JS sets the width property directly on the element).

Since width: auto seems to be the default anyway, I think this can be safely removed.

CommentFileSizeAuthor
#1 1966198-remove-auto-width.patch226 bytespopulist

Comments

populist’s picture

Status: Active » Needs review
StatusFileSize
new226 bytes

Here is a patch for review.

mjohnq3’s picture

I'll have to check my notes. It's possible that width: auto is just a mistake.

mjohnq3’s picture

I can't determine why width: auto was added. I'll remove it and we'll see what happens.

mjohnq3’s picture

Commited: 2929087. Pushed to 7.x-1.x-dev

mjohnq3’s picture

Status: Needs review » Fixed

Fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.