question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New FlexLayout / Browser compatibility

See original GitHub issue

We 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:closed
  • Created 3 years ago
  • Comments:34 (32 by maintainers)

github_iconTop GitHub Comments

2reactions
seballotcommented, Apr 20, 2020

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

1reaction
JohnMcLearcommented, Apr 21, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found