New FlexLayout / Browser compatibility
See original GitHub issueWe should test it seriously on most possible browser. I guess there are some tools to do that online, if you know some please inform me 😃
Also, I think we should add a prefixer in our assets pipeline.
Prefixer convert css rule like display: flex
to something like
display: -webkit-box;
display: -ms-flexbox;
display: flex
How the assets pipeline works for now? Where does the css minify takes place? If you could point me the right direction would be nice 😃
Please assign to me
Issue Analytics
- State:
- Created 3 years ago
- Comments:34 (32 by maintainers)
Top Results From Across the Web
CSS Flexible Box Layout Module | Can I use... Support ...
"Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.
Read more >Backwards compatibility of flexbox - CSS - MDN Web Docs
Flexbox is very well supported across modern browsers, however there are a few issues that you might run into. In this guide we...
Read more >Browser Support · angular/flex-layout Wiki
Provides HTML UI layout for Angular applications; using Flexbox and a Responsive API - Browser Support · angular/flex-layout Wiki.
Read more >angular/flex-layout
I have a question regarding the browser compatibility. ... Hi everyone, i'm trying to install flex-layout on a new project using angular-cli with...
Read more >Bridging the gap - web.dev
... due to needing to support browser versions older than the latest one. Supporting gap in flex layout was made more problematic by...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi ! thanks but that is different, and I already added it along with refactoring 😉
https://github.com/ether/etherpad-lite/blob/develop/src/static/css/pad/normalize.css
I put a fix together which is ungraceful but works: https://github.com/ether/etherpad-lite/pull/3915
Ideally import would never refresh the browser but for now it does the job to get 1.8.3 out the door.