Opened 8 years ago
Closed 8 years ago
#1774 closed defect (bug) (fixed)
Prefix CSS Flexbox does not work correctly
Reported by: | marcusfrontender | Owned by: | iandunn |
---|---|---|---|
Milestone: | Priority: | high | |
Component: | WordCamp Site & Plugins | Keywords: | reporter-feedback |
Cc: |
Description
Hello,
Follow up discussion from @iandunn I spoke briefly on Slack with. I am building the [WordCamp website](2016.stockholm.wordcamp.org) for Stockholm, Sweden with the base redux theme. I built most parts in flexbox and ran autoprefixer locally with that to make it browser compatible. Normal flexbox prefix would look like this:
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
Now the wired thing is that it seems to remove some of the prefixes when I added this in the CSS Stylesheet Editor. I guess this is JetPacks CSS Editor that you add? Something is not correct. Can somebody look this up for me? Try fire up the website in Firefox or view the CSS source.
Thank you,
Change History (2)
#1
@
8 years ago
- Component changed from General to WordCamp Site & Plugins
- Keywords reporter-feedback added; needs-patch removed
- Owner set to iandunn
- Status changed from new to assigned
#2
@
8 years ago
- Resolution set to fixed
- Status changed from assigned to closed
It turned out to be a bug in Jetpack. I submitted a pull request to fix it, and installed it on WordCamp.org in the meantime.
xref https://wordpress.slack.com/archives/meta-wordcamp/p1466019831000015