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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1966198-remove-auto-width.patch | 226 bytes | populist |
Comments
Comment #1
populist commentedHere is a patch for review.
Comment #2
mjohnq3 commentedI'll have to check my notes. It's possible that
width: autois just a mistake.Comment #3
mjohnq3 commentedI can't determine why
width: autowas added. I'll remove it and we'll see what happens.Comment #4
mjohnq3 commentedCommited: 2929087. Pushed to 7.x-1.x-dev
Comment #5
mjohnq3 commentedFixed.