Opened 10 years ago
Closed 10 years ago
#27774 closed defect (bug) (invalid)
Customizer: Incorrect image scaling under image picker
Reported by: | mauryaratan | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.4 |
Component: | Customize | Keywords: | has-patch |
Focuses: | ui | Cc: |
Attachments (1)
Change History (10)
#3
@
10 years ago
The patch works for me and fixes the issue. Tested with different dimensions and sizes, no incorrect scaling is applied and the images don't overflow the area.
#4
follow-up:
↓ 5
@
10 years ago
- Version changed from trunk to 3.4
The current setting of width: 100%;
was introduced in [20920] to fix the width for thumbnails in IE8 as part of a general IE8/9 Theme Customizer compatibility ticket, #20582.
@nofearinc & @mauryaratan - what browsers are you using? I see the issue in Chrome 34 on OSX, and the patch does correct it. Not entirely sure what it may impact though.
#5
in reply to:
↑ 4
@
10 years ago
Replying to jeremyfelt:
The current setting of
width: 100%;
was introduced in [20920] to fix the width for thumbnails in IE8 as part of a general IE8/9 Theme Customizer compatibility ticket, #20582.
@nofearinc & @mauryaratan - what browsers are you using? I see the issue in Chrome 34 on OSX, and the patch does correct it. Not entirely sure what it may impact though.
I see. I just checked it across different browsers, seems issue is not there in Firefox but it’s there in Safari and Chrome on OSX.
Do anyone here have IE here to test the patch?
#6
@
10 years ago
Chrome 33 on Fedora Linux - I can reproduce the bug there and the patch fixes it. Firefox works with and without the patch for me.
#7
@
10 years ago
I just tested it under IE9/IE10 on Windows 7. The bug doesn't seems to be there, and applying the patch above doesn't creates any issue either, however it fixes the issue with webkit/blink based browsers.
Sets the image widget/height to auto