Opened 11 years ago
Closed 11 years ago
#25625 closed defect (bug) (fixed)
Twenty Fourteen: Gallery Images Initially Load Small in IE
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | low |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
In IE 8-10, galleries are loading with images displaying at about 50% of their intended size. As soon as the gallery is hovered, the display fixes itself (that part varies by version). I have no idea why.
Attachments (3)
Change History (10)
#3
@
11 years ago
For visual bugs can you please attach before / after screenshots or screencasts? It's a big help for reports like this.
#5
@
11 years ago
- Cc valeriosza@… added
Strange, for some strange reason it works perfectly with me.
#6
@
11 years ago
I can confirm the bug on IE. The purpose of that line was centering a gallery when its width is most likely narrower than the content width. with/without comparison. But that's causing a greater issue on IE and it doesn't look so bad even it's not centered so we can remove it. Attached a refreshed patch above.
Note: See
TracTickets for help on using
tickets.
Well, that fixes it (and doesn't break in Chrome or Firefox). Noting now that the bug didn't in fact show up on galleries with more than three columns. It is also present in IE11, but different (stays small regardless of hover).
One note: patches should always be relative to the WordPress root; so the path to
style.css
would bewp-content/themes/twentyfourteen/
in this case.