Giter Site home page Giter Site logo

Comments (6)

crista avatar crista commented on August 30, 2024 1

yoo-hoo!

from clowdr-web-app.

EdNutting avatar EdNutting commented on August 30, 2024

This also occurs in MS Edge (44.19041.423.0).

The incorrect line is:

overflow-y: auto;

This is caused by weird interactions between display: flex in column-reverse mode and overflow-y: auto.

The easiest cross-browser fixes are either to use overflow-y: visible, or don't use flex and simply order the messages in the HTML in reverse (rather than relying on flex to do it).

from clowdr-web-app.

EdNutting avatar EdNutting commented on August 30, 2024

Related issues (covers both Edge and FF):
https://bugzilla.mozilla.org/show_bug.cgi?id=1042151
philipwalton/flexbugs#108

from clowdr-web-app.

EdNutting avatar EdNutting commented on August 30, 2024

According to that first Mozilla bug, the fix for this has landed in FF81 in literally the last 19 days and will reach users from 2020-09-22 (see Release schedule). My recommendation therefore is not to adjust the existing code and wait to see if the patch to FF resolves this for us.

from clowdr-web-app.

EdNutting avatar EdNutting commented on August 30, 2024

Just installed the FF81 beta 81.0b2 (64-bit) and can confirm it has fixed the issue, so definitely best to just wait. Also validated the fix against ICFP.

from clowdr-web-app.

EdNutting avatar EdNutting commented on August 30, 2024

Closing as the new UI has been developed after this issue was opened and this issue relates only to the old UI.

from clowdr-web-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.